diff options
| author | Mike McQuaid | 2013-09-14 12:44:10 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-09-14 12:44:10 +0100 |
| commit | ff0bcf2b2c42cc062c187f0df589aa9a3e4d6953 (patch) | |
| tree | 311c2ec4ee0bd8b78f6c01c1184db285f31b3f85 /Library/Contributions | |
| parent | 5d03149d816b66ae4375636d8182e99c2b320628 (diff) | |
| download | brew-ff0bcf2b2c42cc062c187f0df589aa9a3e4d6953.tar.bz2 | |
brew-test-bot: strip, squeeze short test name.
Diffstat (limited to 'Library/Contributions')
| -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 b98236f00..3773346b9 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -53,7 +53,7 @@ class Step end def command_short - @command.gsub(/(brew|--force|--verbose|--build-bottle) /, '') + @command.gsub(/(brew|--force|--verbose|--build-bottle) /, '').strip.squeeze end def passed? |
