cc: [email protected]
Signed-off-by: Dylan Baker <[email protected]>
---
 piglit-run.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/piglit-run.py b/piglit-run.py
index 1d63cd4..4aa5929 100755
--- a/piglit-run.py
+++ b/piglit-run.py
@@ -142,6 +142,7 @@ def main():
     json_writer.write_dict_item('profile', profileFilename)
     json_writer.write_dict_item('filter', args.include_tests)
     json_writer.write_dict_item('exclude_filter', args.exclude_tests)
+    json_writer.write_dict_item('concurrency', args.concurrency)
     json_writer.close_dict()
 
     json_writer.write_dict_item('name', results.name)
-- 
1.8.3.2

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

Reply via email to