oops
This commit is contained in:
parent
1c91d1de3c
commit
7b22207fd0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user