brew-test-bot: change default email subject.
This commit is contained in:
parent
f6536e9c8b
commit
e6354b84a6
@ -360,7 +360,9 @@ end
|
|||||||
|
|
||||||
if ARGV.include? "--email"
|
if ARGV.include? "--email"
|
||||||
File.open EMAIL_SUBJECT_FILE, 'w' do |file|
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user