From 9752efabbe6d11ef127f19fb905fdd6d40fbb912 Mon Sep 17 00:00:00 2001 From: Chase Qi Date: Fri, 21 Jul 2017 16:02:58 +0800 Subject: 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 --- automated/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ================= -- cgit v1.2.3