aboutsummaryrefslogtreecommitdiff
path: root/automated
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2020-10-08 11:08:23 -0700
committerArthur She <arthur.she@linaro.org>2020-10-08 11:08:23 -0700
commitc7c7aadcb6f985a6a4ea2e726d79fd096a4fc626 (patch)
treed5d6abdf1408107e46dedc388d445f03f588762f /automated
parent8ffe6157213548684473f0640233b61afa561954 (diff)
igt: fix argument of igt_runner
Diffstat (limited to 'automated')
-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 83274ad..9c1fd7e 100755
--- a/automated/linux/igt/igt-test-runner-dmesg-warn-level.sh
+++ b/automated/linux/igt/igt-test-runner-dmesg-warn-level.sh
@@ -28,7 +28,7 @@ generate_chamelium_testlist() {
echo "Generate Chamelium test list"
TEST_LIST=igt-chamelium-test.testlist
# Skip Display Port/VGA and Suspend/Hibrnate related tests
- ${TEST_SCRIPT} -l | grep chamelium | grep -v "dp\|vga\|suspend\|hibernate" | tee "${IGT_DIR}"/"${TEST_LIST}"
+ ${TEST_SCRIPT} --list-all | grep chamelium | grep -v "dp\|vga\|suspend\|hibernate" | tee "${IGT_DIR}"/"${TEST_LIST}"
}
download_piglit() {