This commit is contained in:
John Bintz 2013-04-04 11:18:20 -04:00
parent 1c91d1de3c
commit 7b22207fd0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ if ENV['INPROGRESS']
end
After do |s|
if s.failed? && s.status == :pending
if s.failed? || s.status == :pending
if ENV['INPROGRESS']
in_progress << s.feature.file_colon_line(s.line)
end