Force overwriting the file if it already exists.

llvm-svn: 6080
This commit is contained in:
Chris Lattner 2003-05-10 21:19:00 +00:00
parent 002fc7baee
commit 63adf58bae

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