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

Martin Peres martin.peres at linux.intel.com
Mon Jan 30 20:53:59 UTC 2017


---
 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
 
-- 
2.11.0



More information about the Ezbench-dev mailing list