[Piglit] [PATCH 1/1] cl: fix adding concurent tests
Jan Vesely
jan.vesely at rutgers.edu
Wed Sep 3 16:20:10 PDT 2014
Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
---
seemed wrong. Wonder if we can use concurrent tests.
tests/cl.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/cl.py b/tests/cl.py
index fd698fc..b59368d 100644
--- a/tests/cl.py
+++ b/tests/cl.py
@@ -21,7 +21,7 @@ def add_plain_test(group, name, args):
def add_concurrent_test(group, name, args):
test = PiglitTest(args)
test.run_concurrent = true;
- group[name] = PiglitTest(args)
+ group[name] = test
def add_plain_program_tester_test(group, name, path):
add_plain_test(group, name, ['cl-program-tester', path])
--
1.9.3
More information about the Piglit
mailing list