summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2015-07-06 10:38:22 +0800
committerArthur She <arthur.she@linaro.org>2015-07-06 10:38:22 +0800
commit35f4166a8456a5a00e34cd50978f7503f00310a3 (patch)
tree659e7e047ebae44f15695b6b58864bcd9c5740cf
parent994798eafc4be9dfd4ab4e9880b4eec48cdb8fbc (diff)
Use option '-t' instead of '-S'
modified: pmqtest.yaml
-rw-r--r--ubuntu/pmqtest.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/pmqtest.yaml b/ubuntu/pmqtest.yaml
index 6cacae0..93288a8 100644
--- a/ubuntu/pmqtest.yaml
+++ b/ubuntu/pmqtest.yaml
@@ -27,7 +27,7 @@ params:
run:
steps:
- - 'pmqtest -l ${LOOPS} -S | tee result.log'
+ - 'pmqtest -l ${LOOPS} -t | tee result.log'
- './ubuntu/scripts/rt-tests-parser.sh result.log'
- 'lava-test-run-attach result.log'