aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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|