[Ezbench-dev] [PATCH 01/15] test/piglit: sort the output file to make diffing easier

Martin Peres martin.peres at free.fr
Tue Jan 31 12:18:46 UTC 2017


On 30/01/17 22:53, Martin Peres wrote:
> ---
>   tests.d/piglit/piglit.test | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests.d/piglit/piglit.test b/tests.d/piglit/piglit.test
> index 48800e0..ed104e1 100644
> --- a/tests.d/piglit/piglit.test
> +++ b/tests.d/piglit/piglit.test
> @@ -32,7 +32,7 @@ if len(tests) > 0:
>       print("{:.3f}".format(pass_count / len(tests)))
>   else:
>       print("0")
> -for test in tests:
> +for test in sorted(tests):
>       print(test)
>   END
>   

Tomi is against this one, as he wants to keep the order since it is 
important for IGT.

I am dropping this one.



More information about the Ezbench-dev mailing list