summaryrefslogtreecommitdiff
path: root/piglit-run.py
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2013-11-15 08:42:38 -0800
committerDylan Baker <baker.dylan.c@gmail.com>2013-11-19 09:10:52 -0800
commit0d13d9c6a6d92299a1de86d68066e9c55df9072d (patch)
tree9edd7106adb7c0d01f9ef9009d9e932284c8f7e1 /piglit-run.py
parent3d4c48f2d7c87e1dd2babec164b8638a56655da3 (diff)
piglit-run.py: resume honors saved concurrency flag
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) Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> Reviewed by: Kenney Phillis <kphillisjr@gmail.com>` Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com>
Diffstat (limited to 'piglit-run.py')
-rwxr-xr-xpiglit-run.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/piglit-run.py b/piglit-run.py
index 4aa59299e..4f5176730 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: