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

Dylan Baker baker.dylan.c at gmail.com
Fri Sep 19 13:35:19 PDT 2014


Reviewed-by: Dylan Baker <baker.dylan.c at gmail.com>

On Friday, September 19, 2014 04:16:53 PM Thomas Wood wrote:
> 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
> 
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20140919/139518d9/attachment.sig>


More information about the Piglit mailing list