diff options
| author | Mike McQuaid | 2013-06-29 13:18:40 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-06-29 13:27:18 +0100 |
| commit | e6354b84a6eb793f9c04d55c098501566301fec3 (patch) | |
| tree | d3db74b9ed365eb05304b598b1f0994a90b2efdd /Library | |
| parent | f6536e9c8bae3c53a0b7c97b7bdddc0ce7beab83 (diff) | |
| download | brew-e6354b84a6eb793f9c04d55c098501566301fec3.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 |
