This doesn't actually effect the nature or number of tests run.

Signed-off-by: Dylan Baker <[email protected]>
---
 tests/all.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/all.py b/tests/all.py
index cba8733..fe310d9 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -1945,8 +1945,8 @@ with profile.group_manager(
                       'blit {} {} {} {}'.format(
                           backing_type, srgb_types, blit_type,
                           framebuffer_srgb_setting))
-        g(['framebuffer-srgb'], run_concurrent=False)
-        g(['arb_framebuffer_srgb-clear'])
+    g(['framebuffer-srgb'], run_concurrent=False)
+    g(['arb_framebuffer_srgb-clear'])
 
 with profile.group_manager(
         PiglitGLTest,
-- 
2.3.1

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to