diff options
| author | Mike McQuaid | 2013-06-29 13:18:40 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-06-29 13:27:18 +0100 |
| commit | 9f79b05e7f6b7b7637f0fe9c6e492f6dc41fd01f (patch) | |
| tree | c4216b6aa801e3743802528ff2e283a4b2cfc3d6 /Library | |
| parent | ad9621065a1117127fb084c4e3c3a9c6295ad606 (diff) | |
| download | homebrew-9f79b05e7f6b7b7637f0fe9c6e492f6dc41fd01f.tar.bz2 | |
brew-test-bot: change default email subject.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 4 |
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 |
