Index: tools/nocompile_driver.py |
diff --git a/tools/nocompile_driver.py b/tools/nocompile_driver.py |
index 5e5e7396b4d6a53e218d0688a2d6242d54c44bd0..598e4130f6fe96cf6b88926a2220387e249d501a 100755 |
--- a/tools/nocompile_driver.py |
+++ b/tools/nocompile_driver.py |
@@ -462,6 +462,7 @@ def main(): |
finished_tests.extend(CompleteAtLeastOneTest(executing_tests)) |
timings['compile_done'] = time.time() |
+ finished_tests = sorted(finished_tests, key=lambda test: test['name']) |
for test in finished_tests: |
if test['name'] == 'NCTEST_SANITY': |
_, stderr = test['proc'].communicate() |