From: Chris Lattner Date: Sat, 10 May 2003 21:19:00 +0000 (+0000) Subject: Force overwriting the file if it already exists. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=30ac0c02855e3e9f6f94e3b3da0a895f77e4479b;p=oota-llvm.git Force overwriting the file if it already exists. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6080 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl index 39dca2ca07f..b8b6f4c56f6 100755 --- a/utils/NightlyTest.pl +++ b/utils/NightlyTest.pl @@ -292,7 +292,7 @@ if ($BuildError eq "") { } # Compress the test output - system "gzip $Prefix-ProgramTest.txt"; + system "gzip -f $Prefix-ProgramTest.txt"; } my ($TestsAdded, $TestsRemoved, $TestsFixed, $TestsBroken) = ("","","","");