[llvm-commits] CVS: llvm/utils/NightlyTest.pl

Chris Lattner lattner at cs.uiuc.edu
Fri Jan 24 10:29:01 PST 2003


Changes in directory llvm/utils:

NightlyTest.pl updated: 1.6 -> 1.7

---
Log message:

Make sure the files get sorted correctly


---
Diffs of the changes:

Index: llvm/utils/NightlyTest.pl
diff -u llvm/utils/NightlyTest.pl:1.6 llvm/utils/NightlyTest.pl:1.7
--- llvm/utils/NightlyTest.pl:1.6	Thu Jan 23 13:31:28 2003
+++ llvm/utils/NightlyTest.pl	Fri Jan 24 10:28:25 2003
@@ -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";





More information about the llvm-commits mailing list