brew-test-bot: hide --retry flag.

This commit is contained in:
Mike McQuaid 2014-03-13 10:30:49 +00:00
parent 0e52cc6188
commit ca0133cf5b

View File

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