aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd
diff options
context:
space:
mode:
authorMike McQuaid2013-06-26 19:54:33 +0100
committerMike McQuaid2013-06-26 19:54:33 +0100
commit4ae5ea7dbeb754a5039775e66b62e3da0419a79b (patch)
tree8a985247edb667824e40e30f486751bce599bf9e /Library/Contributions/cmd
parentdbc1df51f428b090c1f25fb8592a2408967dd29d (diff)
downloadbrew-4ae5ea7dbeb754a5039775e66b62e3da0419a79b.tar.bz2
brew-test-bot: remove prefix from email subject.
Diffstat (limited to 'Library/Contributions/cmd')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb4
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|