diff options
| author | Mike McQuaid | 2014-03-13 10:30:49 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-13 10:30:49 +0000 |
| commit | b600df066f646f817550512c778f2fbdd9a1076e (patch) | |
| tree | 68c6241f453525be34a3f29b20c4a701bca20515 /Library | |
| parent | 89a316a6bc6a88fd7f51f3f4e0e748e7730eca69 (diff) | |
| download | homebrew-b600df066f646f817550512c778f2fbdd9a1076e.tar.bz2 | |
brew-test-bot: hide --retry flag.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 2 |
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? |
