summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaura Ekstrand <laura@jlekstrand.net>2015-04-01 11:46:26 -0700
committerLaura Ekstrand <laura@jlekstrand.net>2015-04-01 11:57:03 -0700
commit31250ce4198cf6523f24146c86cd127fe11f42e5 (patch)
tree0a2a148f43e7434aedcf84fb977a7324fc76f2b6
parent843b95e000794c765bbcc337d1a16d9cde86d29a (diff)
all.py: Fix space in executable name.
Fixes list for compressedtextureimage. Trivial. Reviewed-by: Dylan Baker <baker.dylan.c@gmail.com>
-rwxr-xr-xtests/all.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/all.py b/tests/all.py
index 3e8a83c85..64e9c3c59 100755
--- a/tests/all.py
+++ b/tests/all.py
@@ -4269,7 +4269,8 @@ with profile.group_manager(
'gettextureimage-simple')
g(['arb_direct_state_access-gettextureimage-targets'],
'gettextureimage-targets')
- g(['arb_direct_state_access-compressedtextureimage GL_COMPRESSED_RGBA_S3TC_DXT5_EXT'],
+ g(['arb_direct_state_access-compressedtextureimage',
+ 'GL_COMPRESSED_RGBA_S3TC_DXT5_EXT'],
'compressedtextureimage GL_COMPRESSED_RGBA_S3TC_DXT5_EXT')
g(['arb_direct_state_access-getcompressedtextureimage'],
'getcompressedtextureimage')