aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2013-09-14 12:44:10 +0100
committerMike McQuaid2013-09-14 12:44:10 +0100
commitff0bcf2b2c42cc062c187f0df589aa9a3e4d6953 (patch)
tree311c2ec4ee0bd8b78f6c01c1184db285f31b3f85
parent5d03149d816b66ae4375636d8182e99c2b320628 (diff)
downloadbrew-ff0bcf2b2c42cc062c187f0df589aa9a3e4d6953.tar.bz2
brew-test-bot: strip, squeeze short test name.
-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?