From 3ee83cf3ae37fc7456abf37fa89623a9221de381 Mon Sep 17 00:00:00 2001 From: Petri Latvala Date: Mon, 14 Aug 2017 12:51:52 +0300 Subject: Revert "tests/igt_command_line: Ignore subtest list for kms_ccs" The temporary workaround can now be removed with kms_ccs being fixed. This reverts commit 1385b31d9371fae02af2fd8adb0d9ea86a5bb0f2. Signed-off-by: Petri Latvala Acked-by: Arkadiusz Hiler --- tests/igt_command_line.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/igt_command_line.sh') diff --git a/tests/igt_command_line.sh b/tests/igt_command_line.sh index 37756f22..7f80fc80 100755 --- a/tests/igt_command_line.sh +++ b/tests/igt_command_line.sh @@ -97,10 +97,7 @@ for test in $TESTLIST; do # Subtest enumeration of kernel selftest launchers depends # on the running kernel. If selftests are not enabled, # they will output nothing and exit with 0. - # XXX: kms_ccs is added temporarily to workaround "make check" fail - if [ "$testname" != "drv_selftest" \ - -a "$testname" != "drm_mm" \ - -a "$testname" != "kms_ccs" ]; then + if [ "$testname" != "drv_selftest" -a "$testname" != "drm_mm" ]; then fail $test fi fi -- cgit v1.2.3