diff options
| author | Mike McQuaid | 2013-06-26 19:54:33 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-06-26 19:54:33 +0100 |
| commit | 4ae5ea7dbeb754a5039775e66b62e3da0419a79b (patch) | |
| tree | 8a985247edb667824e40e30f486751bce599bf9e /Library/Contributions/cmd | |
| parent | dbc1df51f428b090c1f25fb8592a2408967dd29d (diff) | |
| download | brew-4ae5ea7dbeb754a5039775e66b62e3da0419a79b.tar.bz2 | |
brew-test-bot: remove prefix from email subject.
Diffstat (limited to 'Library/Contributions/cmd')
| -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| |
