summaryrefslogtreecommitdiff
path: root/tests/igt_command_line.sh
diff options
context:
space:
mode:
authorAntonio Argenziano <antonio.argenziano@intel.com>2019-08-19 15:31:37 -0700
committerPetri Latvala <petri.latvala@intel.com>2019-08-20 07:37:31 +0300
commitffa792ea29a0e19689b15c20173e3808422dea88 (patch)
tree0dcd95fd2bd0dc5d51864ea3695595b5f710a49f /tests/igt_command_line.sh
parent9178a67f8d70ec1c8c60b6b623de17564531271d (diff)
tests/igt_command_line.sh: Add new selftest for special handling
dmabuf_selftests has been recently added to the test list but not added to the special handling in igt_command_line.sh and therefore build testing would fail. Signed-off-by: Antonio Argenziano <antonio.argenziano@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> [Fixed syntax error and test name] Reviewed-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'tests/igt_command_line.sh')
-rwxr-xr-xtests/igt_command_line.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/igt_command_line.sh b/tests/igt_command_line.sh
index 92643c4d..a019e3a5 100755
--- a/tests/igt_command_line.sh
+++ b/tests/igt_command_line.sh
@@ -90,7 +90,7 @@ check_test ()
# Subtest enumeration of kernel selftest launchers depends
# on the running kernel. If selftests are not enabled,
# they will output nothing and exit with 0.
- if [ "$testname" != "i915_selftest" -a "$testname" != "drm_mm" -a "$testname" != "kms_selftest" ]; then
+ if [ "$testname" != "i915_selftest" -a "$testname" != "drm_mm" -a "$testname" != "kms_selftest" -a "$testname" != "dmabuf" ]; then
fail $test
fi
fi