mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-07 13:09:52 +00:00
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:
parent
8240c66cb2
commit
30ac0c0285
@ -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) = ("","","","");
|
||||
|
Loading…
x
Reference in New Issue
Block a user