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 5ab7846d2d
commit 57eed20469
1 changed files with 1 additions and 1 deletions

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