---
 tests/gtf.tests |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gtf.tests b/tests/gtf.tests
index 4cbbd2c..2a72ef8 100644
--- a/tests/gtf.tests
+++ b/tests/gtf.tests
@@ -42,7 +42,7 @@ if not os.path.exists(os.path.join(testBinDir, 'GTF')):
 gtfroot = path.dirname(path.realpath(path.join(testBinDir, 'GTF')))
 
 class GTFTest(ExecTest):
-    pass_re = re.compile(r'Regression PASSED all 1 tests')
+    pass_re = re.compile(r'(Regression|Conformance) PASSED all 1 tests')
 
     def __init__(self, testpath):
         ExecTest.__init__(self, [path.join(testBinDir, 'GTF'), '-width=113', 
'-height=47', '-seed=2', '-minfmt', '-run=' + testpath])
-- 
1.7.10.4

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to