projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
381977d
)
Make sure the files get sorted correctly
author
Chris Lattner
<sabre@nondot.org>
Fri, 24 Jan 2003 16:28:25 +0000
(16:28 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 24 Jan 2003 16:28:25 +0000
(16:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5421
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/NightlyTest.pl
patch
|
blob
|
history
diff --git
a/utils/NightlyTest.pl
b/utils/NightlyTest.pl
index 6fff537b5a4d4127d310f541e2e1fd56ffa5d5e3..c90a2c2758f6fa72a6a6646cfcc29bd1afbe146a 100755
(executable)
--- 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";