brew-test-bot: strip, squeeze short test name.

This commit is contained in:
Mike McQuaid 2013-09-14 12:44:10 +01:00
parent 5d03149d81
commit ff0bcf2b2c

View File

@ -53,7 +53,7 @@ class Step
end end
def command_short def command_short
@command.gsub(/(brew|--force|--verbose|--build-bottle) /, '') @command.gsub(/(brew|--force|--verbose|--build-bottle) /, '').strip.squeeze
end end
def passed? def passed?