aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-03-13 10:30:49 +0000
committerMike McQuaid2014-03-13 10:30:49 +0000
commitca0133cf5bd097e3e83b58b9a6112dc13b9c1eb1 (patch)
tree79d9f93fb07fadb6aad693e34eb4e60543944c00 /Library
parent0e52cc6188b13b80ac6059361b628ff7e998f987 (diff)
downloadbrew-ca0133cf5bd097e3e83b58b9a6112dc13b9c1eb1.tar.bz2
brew-test-bot: hide --retry flag.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index c55c55b0a..1b8158532 100755
--- a/Library/Contributions/cmd/brew-test-bot.rb
+++ b/Library/Contributions/cmd/brew-test-bot.rb
@@ -61,7 +61,7 @@ class Step
end
def command_short
- @command.gsub(/(brew|--force|--verbose|--build-bottle|--rb) /, '').strip.squeeze ' '
+ @command.gsub(/(brew|--force|--retry|--verbose|--build-bottle|--rb) /, '').strip.squeeze ' '
end
def passed?