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
commitb600df066f646f817550512c778f2fbdd9a1076e (patch)
tree68c6241f453525be34a3f29b20c4a701bca20515 /Library
parent89a316a6bc6a88fd7f51f3f4e0e748e7730eca69 (diff)
downloadhomebrew-b600df066f646f817550512c778f2fbdd9a1076e.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?