diff options
| author | Mike McQuaid | 2014-03-13 10:30:49 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-13 10:30:49 +0000 |
| commit | ca0133cf5bd097e3e83b58b9a6112dc13b9c1eb1 (patch) | |
| tree | 79d9f93fb07fadb6aad693e34eb4e60543944c00 /Library | |
| parent | 0e52cc6188b13b80ac6059361b628ff7e998f987 (diff) | |
| download | brew-ca0133cf5bd097e3e83b58b9a6112dc13b9c1eb1.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? |
