mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 16:36:40 +00:00
Force overwriting the file if it already exists.
llvm-svn: 6080
This commit is contained in:
parent
002fc7baee
commit
63adf58bae
@ -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…
Reference in New Issue
Block a user