summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2017-07-21 16:02:58 +0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2017-07-21 08:48:26 +0000
commit9752efabbe6d11ef127f19fb905fdd6d40fbb912 (patch)
tree15fe841eb515651772fe6cc2badc8a47ad10bec4
parentdf71a761fa68392ad1fc6983daabfc153cb7e249 (diff)
readme: fix a typo on running test plan
To run test plan with test runner, the right parameter is '-p' not '-a'. Change-Id: Ia8477c661791784ce6f98c2fc78dfc4ac4574056 Signed-off-by: Chase Qi <chase.qi@linaro.org>
-rw-r--r--automated/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/README b/automated/README
index d6df927..6c05d67 100644
--- a/automated/README
+++ b/automated/README
@@ -44,7 +44,7 @@ single test run:
running test plan:
# Run a set of tests defined in agenda file.
- test-runner -a ./plans/linux-example.yaml
+ test-runner -p ./plans/linux-example.yaml
Collecting result
=================