aboutsummaryrefslogtreecommitdiff
path: root/tests/gtf.tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gtf.tests')
-rw-r--r--tests/gtf.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtf.tests b/tests/gtf.tests
index 4cbbd2cd..2a72ef83 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])