[Piglit] [PATCH v2 2/2] piglit-run.py: resume honors saved concurrency flag
Dylan Baker
baker.dylan.c at gmail.com
Fri Nov 15 08:55:24 PST 2013
This breaks incomplete runs started before applying the previous patch
in this series, since there will be no key for concurrency
v2: - Add this patch (Damien Lespiau)
Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
piglit-run.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/piglit-run.py b/piglit-run.py
index 4aa5929..4f51767 100755
--- a/piglit-run.py
+++ b/piglit-run.py
@@ -103,6 +103,7 @@ def main():
# all in one places down the way
args.exclude_tests = old_results.options['exclude_filter']
args.include_tests = old_results.options['filter']
+ args.concurrency = old_results.options['concurrency']
# Otherwise parse additional settings from the command line
else:
--
1.8.3.2
More information about the Piglit
mailing list