diff options
| -rwxr-xr-x | lldb/test/dosep.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/dosep.py b/lldb/test/dosep.py index a97c7aa482a..60477b4a2e0 100755 --- a/lldb/test/dosep.py +++ b/lldb/test/dosep.py @@ -111,6 +111,7 @@ Run lldb test suite using a separate process for each test file. print "Ran %d tests." % num_tests if len(failed) > 0: + failed.sort() print "Failing Tests (%d)" % len(failed) for f in failed: print "FAIL: LLDB (suite) :: %s (%s)" % (f, system_info) |

