aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-06-29 13:18:40 +0100
committerMike McQuaid2013-06-29 13:27:18 +0100
commite6354b84a6eb793f9c04d55c098501566301fec3 (patch)
treed3db74b9ed365eb05304b598b1f0994a90b2efdd /Library
parentf6536e9c8bae3c53a0b7c97b7bdddc0ce7beab83 (diff)
downloadbrew-e6354b84a6eb793f9c04d55c098501566301fec3.tar.bz2
brew-test-bot: change default email subject.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index 6fd9ae5ef..ae5ed0cb4 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