Make sure the files get sorted correctly

llvm-svn: 5421
This commit is contained in:
Chris Lattner 2003-01-24 16:28:25 +00:00
parent 38c5e417a7
commit d81693515f
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ my $ProgramsTable = ReadFile "report.nightly.html";
# 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";