Merge pull request #192 from barrett-ruth/feat/io/cp-test-case

open io view after cp test validation
This commit is contained in:
Barrett Ruth 2025-11-06 01:48:07 -05:00 committed by GitHub
commit dcf8150cb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -440,8 +440,6 @@ function M.run_io_view(test_indices_arg, debug, mode)
end
end
M.ensure_io_view()
local run = require('cp.runner.run')
if mode == 'combined' then
@ -484,6 +482,10 @@ function M.run_io_view(test_indices_arg, debug, mode)
end
end
if not test_indices_arg then
M.ensure_io_view()
end
local io_state = state.get_io_view_state()
if not io_state then
return