summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/gtf.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtf.tests b/tests/gtf.tests
index cade81a7..6d865bd0 100644
--- a/tests/gtf.tests
+++ b/tests/gtf.tests
@@ -45,7 +45,7 @@ class GTFTest(ExecTest):
pass_re = re.compile(r'Regression PASSED all 1 tests')
def __init__(self, testpath):
- ExecTest.__init__(self, [path.join(testBinDir, 'GTF'), '-noimagefileio', '-width=113', '-height=47', '-seed=2', '-id=10', '-run=' + testpath])
+ ExecTest.__init__(self, [path.join(testBinDir, 'GTF'), '-noimagefileio', '-width=113', '-height=47', '-seed=2', '-minfmt', '-run=' + testpath])
def interpretResult(self, out, results):
if self.pass_re.search(out) is not None: