From ca0133cf5bd097e3e83b58b9a6112dc13b9c1eb1 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 13 Mar 2014 10:30:49 +0000 Subject: [PATCH] brew-test-bot: hide --retry flag. --- 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 c55c55b0a3..1b81585329 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -61,7 +61,7 @@ class Step end 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 def passed?