From e6354b84a6eb793f9c04d55c098501566301fec3 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 29 Jun 2013 13:18:40 +0100 Subject: [PATCH] brew-test-bot: change default email subject. --- Library/Contributions/cmd/brew-test-bot.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 6fd9ae5efe..ae5ed0cb4f 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -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