summaryrefslogtreecommitdiff
path: root/tests/igt_command_line.sh
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2017-08-14 12:51:52 +0300
committerPetri Latvala <petri.latvala@intel.com>2017-08-14 14:37:37 +0300
commit3ee83cf3ae37fc7456abf37fa89623a9221de381 (patch)
tree69354f8d279bc89b07e1e961a1218ec212abec56 /tests/igt_command_line.sh
parent3f560388deaaddaa132a5af276f82b090156dd79 (diff)
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 <petri.latvala@intel.com> Acked-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Diffstat (limited to 'tests/igt_command_line.sh')
-rwxr-xr-xtests/igt_command_line.sh5
1 files changed, 1 insertions, 4 deletions
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