fix(io): validate view later
This commit is contained in:
parent
00987bb0ff
commit
71863fde7f
1 changed files with 4 additions and 2 deletions
|
|
@ -440,8 +440,6 @@ function M.run_io_view(test_indices_arg, debug, mode)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
M.ensure_io_view()
|
|
||||||
|
|
||||||
local run = require('cp.runner.run')
|
local run = require('cp.runner.run')
|
||||||
|
|
||||||
if mode == 'combined' then
|
if mode == 'combined' then
|
||||||
|
|
@ -484,6 +482,10 @@ function M.run_io_view(test_indices_arg, debug, mode)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if not test_indices_arg then
|
||||||
|
M.ensure_io_view()
|
||||||
|
end
|
||||||
|
|
||||||
local io_state = state.get_io_view_state()
|
local io_state = state.get_io_view_state()
|
||||||
if not io_state then
|
if not io_state then
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue