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
This commit is contained in:
Chris Lattner 2003-05-10 21:19:00 +00:00
parent 8240c66cb2
commit 30ac0c0285

View File

@ -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) = ("","","","");