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

Chris Lattner lattner at cs.uiuc.edu
Sat May 10 16:20:02 PDT 2003


Changes in directory llvm/utils:

NightlyTest.pl updated: 1.9 -> 1.10

---
Log message:

Force overwriting the file if it already exists.


---
Diffs of the changes:

Index: llvm/utils/NightlyTest.pl
diff -u llvm/utils/NightlyTest.pl:1.9 llvm/utils/NightlyTest.pl:1.10
--- llvm/utils/NightlyTest.pl:1.9	Fri Feb 28 14:30:20 2003
+++ llvm/utils/NightlyTest.pl	Sat May 10 16:19:00 2003
@@ -292,7 +292,7 @@
   }
 
   # Compress the test output
-  system "gzip $Prefix-ProgramTest.txt";
+  system "gzip -f $Prefix-ProgramTest.txt";
 }
 
 my ($TestsAdded, $TestsRemoved, $TestsFixed, $TestsBroken) = ("","","","");





More information about the llvm-commits mailing list