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
commit9f79b05e7f6b7b7637f0fe9c6e492f6dc41fd01f (patch)
treec4216b6aa801e3743802528ff2e283a4b2cfc3d6 /Library
parentad9621065a1117127fb084c4e3c3a9c6295ad606 (diff)
downloadhomebrew-9f79b05e7f6b7b7637f0fe9c6e492f6dc41fd01f.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