Skip to content
Snippets Groups Projects
Commit 4ae5ea7d authored by Mike McQuaid's avatar Mike McQuaid
Browse files

brew-test-bot: remove prefix from email subject.

parent dbc1df51
No related branches found
No related tags found
No related merge requests found
......@@ -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|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment