Signed-off-by: Thomas Wood <thomas.w...@intel.com>
---
 tests/igt.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/igt.py b/tests/igt.py
index 7cfb6ad..d8dfa15 100644
--- a/tests/igt.py
+++ b/tests/igt.py
@@ -256,3 +256,6 @@ for test in multiTests:
     addSubTestCases(test)
 
 profile.dmesg = True
+
+# the dmesg property of TestProfile returns a Dmesg object
+profile.dmesg.regex = re.compile("(drm|gem|i915)")
-- 
1.9.0

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to