brew-test-bot: change default email subject.

This commit is contained in:
Mike McQuaid 2013-06-29 13:18:40 +01:00
parent f6536e9c8b
commit e6354b84a6

View File

@ -360,7 +360,9 @@ end
if ARGV.include? "--email"
File.open EMAIL_SUBJECT_FILE, 'w' do |file|
file.write "FAILED"
# The file should be written at the end but in case we don't get to that
# point ensure that we have something valid.
file.write "INTERNAL ERROR"
end
end