summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-10-15 09:00:07 -0700
committerEric Anholt <eric@anholt.net>2012-11-14 11:36:35 -0800
commite24af19728884e21ffdf0ae8aed54fe4296f3373 (patch)
tree9e6426f0727b8ac7cc63615525d61d9245cf3bbf
parentc8c98e0c8eed70309b7853e53be23e43f44662f5 (diff)
GTF: Ask GTF to use a minimal visual chosen by EGL.
-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: