From 30ac0c02855e3e9f6f94e3b3da0a895f77e4479b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 10 May 2003 21:19:00 +0000 Subject: 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 --- utils/NightlyTest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/NightlyTest.pl') diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl index 39dca2ca07..b8b6f4c56f 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) = ("","","",""); -- cgit v1.2.3