[Piglit] [PATCH] Fix piglit-print-commands.py

Dylan Baker baker.dylan.c at gmail.com
Thu May 15 09:00:05 PDT 2014


On Thursday, May 15, 2014 09:47:30 shuang.he at intel.com wrote:
> From: Shuang He <shuang.he at intel.com>
> 
> ---
>  piglit-print-commands.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/piglit-print-commands.py b/piglit-print-commands.py
> index 757fe3a..635d27c 100755
> --- a/piglit-print-commands.py
> +++ b/piglit-print-commands.py
> @@ -76,7 +76,7 @@ def main():
>          command += ' '.join(testCommand)
>          return command
>  
> -    profile.prepare_test_list(env)
> +    profile._prepare_test_list(env)
>      for name, test in profile.test_list.items():
>          assert(isinstance(test, Test))
>          print(name, ':::', getCommand(test))
> 

reviewed-by: Dylan Baker <baker.dylan.c at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20140515/fddb1866/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20140515/fddb1866/attachment-0001.sig>


More information about the Piglit mailing list