[Piglit] [PATCH 1/2] run.py: ensure the test run name is passed to the resume options

Thomas Wood thomas.wood at intel.com
Fri Sep 19 08:16:53 PDT 2014


A test run name is required to be able to start a test run.

Signed-off-by: Thomas Wood <thomas.wood at intel.com>
---
 framework/programs/run.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/framework/programs/run.py b/framework/programs/run.py
index 9c586f3..dbd4431 100644
--- a/framework/programs/run.py
+++ b/framework/programs/run.py
@@ -307,6 +307,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')(
-- 
1.9.3



More information about the Piglit mailing list