summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-09-19 15:33:39 +0100
committerThomas Wood <thomas.wood@intel.com>2014-09-29 16:19:26 +0100
commitef4f5a9479cd077f4679e38679e54298dafea20d (patch)
treeb4382347b8f69daeb884719e16df5707c4d3fd78
parentd00f28f105e01b57c39b1b7f8c8c4bb5cc85a88d (diff)
run.py: ensure the test run name is passed to the resume options
A test run name is required to be able to start a test run. Signed-off-by: Thomas Wood <thomas.wood@intel.com> Reviewed-by: Dylan Baker <baker.dylan.c@gmail.com>
-rw-r--r--framework/programs/run.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/programs/run.py b/framework/programs/run.py
index 46ff314af..ac2f4205a 100644
--- a/framework/programs/run.py
+++ b/framework/programs/run.py
@@ -316,6 +316,7 @@ def resume(input_):
opts.env['PIGLIT_PLATFORM'] = results.options['platform']
results.options['env'] = core.collect_system_info()
+ results.options['name'] = results.name
# Resume only works with the JSON backend
backend = framework.results.get_backend('json')(