aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-12-29 07:51:50 +0000
committerMike McQuaid2014-12-29 07:51:50 +0000
commit732bd23dd7fb249b21939dfb0a39420d915076ef (patch)
treeb7f19ce0ff6723904854eb56d6b4433049098358 /Library
parentc06f133915da2fb74ab2b8053cffcaa550e103f9 (diff)
downloadhomebrew-732bd23dd7fb249b21939dfb0a39420d915076ef.tar.bz2
test-bot: clean up harder on failure (before).
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index 38b4f686d..e27101e67 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -476,7 +476,7 @@ module Homebrew
git "reset", "--hard"
git "checkout", "-f", "master"
git "clean", "-fdx"
- # TODO: on failure rerun with: -ffdx
+ git "clean", "-ffdx" unless $?.success?
end
def cleanup_after