commit | 57eed20469aa60e13c93e662cd5b13048e170db7 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat May 10 21:19:00 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat May 10 21:19:00 2003 +0000 |
tree | 336fce96913eb03953914e901ae8726b794314cc | |
parent | 5ab7846d2d039e69e70edfe786b45eec7c64de94 [diff] [blame] |
Force overwriting the file if it already exists. llvm-svn: 6080
diff --git a/llvm/utils/NightlyTest.pl b/llvm/utils/NightlyTest.pl index 39dca2c..b8b6f4c 100755 --- a/llvm/utils/NightlyTest.pl +++ b/llvm/utils/NightlyTest.pl
@@ -292,7 +292,7 @@ } # Compress the test output - system "gzip $Prefix-ProgramTest.txt"; + system "gzip -f $Prefix-ProgramTest.txt"; } my ($TestsAdded, $TestsRemoved, $TestsFixed, $TestsBroken) = ("","","","");