aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-09-14 12:44:10 +0100
committerMike McQuaid2013-09-14 12:44:10 +0100
commit375f928baee1ce74820b1d3cdf99ce00af5b7786 (patch)
treea9148099f7c75a46ec9c4f1333215310a96eb234 /Library
parent5c0fd2b3e9e2a7d3cd891d4bf0b9125cf52e4532 (diff)
downloadhomebrew-375f928baee1ce74820b1d3cdf99ce00af5b7786.tar.bz2
brew-test-bot: strip, squeeze short test name.
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 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?