public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/igt_command_line.sh: Add new selftest for special handling
@ 2019-08-19 22:31 Antonio Argenziano
  2019-08-19 23:37 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Antonio Argenziano @ 2019-08-19 22:31 UTC (permalink / raw)
  To: igt-dev

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>
---
 tests/igt_command_line.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/igt_command_line.sh b/tests/igt_command_line.sh
index 92643c4d..eaec1b4f 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_selftests"]; then
 			fail $test
 		fi
 	fi
-- 
2.21.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-08-23  9:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-19 22:31 [igt-dev] [PATCH i-g-t] tests/igt_command_line.sh: Add new selftest for special handling Antonio Argenziano
2019-08-19 23:37 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-08-20  8:32 ` [igt-dev] [PATCH i-g-t] " Chris Wilson
2019-08-20  9:18   ` Petri Latvala
2019-08-20  8:51 ` Chris Wilson
2019-08-20 15:04   ` Antonio Argenziano
2019-08-23  9:25     ` Petri Latvala
2019-08-20  9:16 ` Petri Latvala
2019-08-20 11:36 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox