From ff0bcf2b2c42cc062c187f0df589aa9a3e4d6953 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 14 Sep 2013 12:44:10 +0100 Subject: [PATCH] brew-test-bot: strip, squeeze short test name. --- Library/Contributions/cmd/brew-test-bot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index b98236f00c..3773346b98 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?