diff options
author | 2021-05-26 19:38:32 +0300 | |
---|---|---|
committer | 2021-05-26 19:40:13 +0300 | |
commit | 516c3f71f626df6e4200cc2d8e2c9fea5d6455a9 (patch) | |
tree | 85fd2fc569d98abc7d970082e061fdbb19771744 /csit/README.md | |
parent | a3f68d14609fc94ec89e3eb724664a62bc2b0210 (diff) |
Fix exit code, support individual suite execution
Issue-ID: DCAEGEN2-2796
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: I1d4afacc6a125300495404e6734fc105ca1720c3
Diffstat (limited to 'csit/README.md')
-rw-r--r-- | csit/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/csit/README.md b/csit/README.md index 88d0411..cdfaf2f 100644 --- a/csit/README.md +++ b/csit/README.md @@ -36,3 +36,9 @@ cd csit ./run-project-csit.sh ``` +To run any individual suite, use run-csit.sh with appropriate plans subdirectory, for example: + +```bash +./run-csit.sh plans/pmmapper +``` + |