aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2020-10-07 21:21:34 -0700
committerArthur She <arthur.she@linaro.org>2020-10-07 21:21:34 -0700
commit33f6012735c7ba3075cd7ac96d7daca3d74eab95 (patch)
treecfa72b0fc51e0cc25df2adddc9d5c91da24efce0
parent016f11c615124d4aa318de7639aa557af54d76ca (diff)
igt: add more options for igt-test-runner-dmesg-warn-level.sh
Signed-off-by: Arthur She <arthur.she@linaro.org>
-rwxr-xr-xautomated/linux/igt/igt-test-runner-dmesg-warn-level.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/igt/igt-test-runner-dmesg-warn-level.sh b/automated/linux/igt/igt-test-runner-dmesg-warn-level.sh
index dbb6c6a..03763d3 100755
--- a/automated/linux/igt/igt-test-runner-dmesg-warn-level.sh
+++ b/automated/linux/igt/igt-test-runner-dmesg-warn-level.sh
@@ -87,5 +87,5 @@ fi
# Run tests
echo "Run ${TEST_LIST}"
-${TEST_SCRIPT} --dmesg-warn-level 0 --test-list "${IGT_DIR}"/"${TEST_LIST}" -l verbose | tee tmp.log
+${TEST_SCRIPT} --dmesg-warn-level 0 --test-list "${IGT_DIR}"/"${TEST_LIST}" --log-level verbose ${IGT_DIR}/results | tee tmp.log
grep -e '^pass' -e '^skip' -e '^fail' tmp.log|awk -F':\ ' '{print $2" "$1}' > ${RESULT_LOG}