commit | d81693515fc502586ffd067f4255d541e009423a | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Jan 24 16:28:25 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Jan 24 16:28:25 2003 +0000 |
tree | 49541cc6a7f355a21628336c6dce5fcd2d024784 | |
parent | 38c5e417a7eb70aa4f7e43824795cf6cfbce94d1 [diff] [blame] |
Make sure the files get sorted correctly llvm-svn: 5421
diff --git a/llvm/utils/NightlyTest.pl b/llvm/utils/NightlyTest.pl index 6fff537..c90a2c2 100755 --- a/llvm/utils/NightlyTest.pl +++ b/llvm/utils/NightlyTest.pl
@@ -281,7 +281,7 @@ # Create a list of the tests which were run... # system "grep -E 'TEST-(PASS|FAIL)' < $Prefix-ProgramTest.txt " - . "| sort --key=3 > $Prefix-Tests.txt"; + . "| sort > $Prefix-Tests.txt"; # Compress the test output system "gzip $Prefix-ProgramTest.txt";