summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-24 16:28:25 +0000
committerChris Lattner <sabre@nondot.org>2003-01-24 16:28:25 +0000
commite7113ad6c6d9341b33edad2caa1f1db2a2598237 (patch)
tree297680cfe5012c5eba5cbe35d790a5714ca7da55 /utils
parent381977d191de72144cdbb164666754ca8ed60b49 (diff)
downloadllvm-e7113ad6c6d9341b33edad2caa1f1db2a2598237.tar.gz
llvm-e7113ad6c6d9341b33edad2caa1f1db2a2598237.tar.bz2
llvm-e7113ad6c6d9341b33edad2caa1f1db2a2598237.tar.xz
Make sure the files get sorted correctly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5421 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rwxr-xr-xutils/NightlyTest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl
index 6fff537b5a..c90a2c2758 100755
--- a/utils/NightlyTest.pl
+++ b/utils/NightlyTest.pl
@@ -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";