diff options
| author | Mike McQuaid | 2013-06-26 19:54:33 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-06-26 19:54:33 +0100 |
| commit | b5bf27f93e0155f0827975989812f0133b27077c (patch) | |
| tree | 0bee71843a1ba436444021d9727b889db0bb8295 /Library | |
| parent | 22140ed2634da40d98686448887f6083d968500c (diff) | |
| download | homebrew-b5bf27f93e0155f0827975989812f0133b27077c.tar.bz2 | |
brew-test-bot: remove prefix from email subject.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 42baf82c6..b848da0ea 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -387,9 +387,9 @@ if ARGV.include? "--email" end if failed_steps.empty? - email_subject = 'brew test-bot: PASSED' + email_subject = 'PASSED' else - email_subject = "brew test-bot: FAILED: #{failed_steps.join ', '}" + email_subject = "#{failed_steps.join ', '}" end File.open "brew test-bot.email.txt", 'w' do |file| |
