diff options
| author | Mike McQuaid | 2013-05-03 16:37:44 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-05-03 16:39:14 +0100 |
| commit | a89d55c6253b87f94d27a083d723616c32298c1c (patch) | |
| tree | 567dd3bb829597338cb170e4990193d36e7d1e97 /Library | |
| parent | 27ce386593b0ab2d6a0e06c06088b7b1c5e9f7c9 (diff) | |
| download | homebrew-a89d55c6253b87f94d27a083d723616c32298c1c.tar.bz2 | |
brew-test-bot: handle empty log files.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 3451dfc02..57ecaddfb 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -70,7 +70,7 @@ class Step else output = `#{command}` end - output = IO.read(step.log_file_path) + output = IO.read(step.log_file_path) rescue nil success = $?.success? step.status = success ? :passed : :failed |
