aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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