summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2015-04-08 13:09:13 +1000
committerDave Airlie <airlied@redhat.com>2015-04-08 13:09:43 +1000
commit413a3039472c8e2df7f0606d3242a10688ba763e (patch)
tree559ba2acfea6a0e41c00760533103c8b62c784be
parent7180ac8488de042def6175d94055343d953c5f7f (diff)
all.py: fix test name
Brian's mixed buffer sizes tests broke all.py. Signed-off-by: Dave Airlie <airlied@redhat.com>
-rwxr-xr-xtests/all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.py b/tests/all.py
index 32f65a9c5..7c5554808 100755
--- a/tests/all.py
+++ b/tests/all.py
@@ -1951,7 +1951,7 @@ with profile.group_manager(
g(['fbo-scissor-blit', 'window'], 'fbo-scissor-blit window',
run_concurrent=False)
g(['fbo-tex-rgbx'], 'fbo-tex-rgbx')
- g(['arb_framebuffer_object-mixed-buffer-sizes'],
+ g(['arb_framebuffer_object-mixed-buffer-sizes'], 'mixed-buffer-sizes')
g(['arb_framebuffer_object-negative-readpixels-no-rb'],
'negative-readpixels-no-rb')
g(['fbo-drawbuffers-none', 'glClear'])