fix
This commit is contained in:
parent
6a1534124d
commit
127de3d6a5
3 changed files with 18 additions and 6 deletions
|
|
@ -358,6 +358,13 @@ function M.run_io_view(test_indices_arg, debug, mode)
|
|||
return
|
||||
end
|
||||
|
||||
if mode == 'combined' then
|
||||
local test_cases = cache.get_test_cases(platform, contest_id, problem_id)
|
||||
if test_cases and #test_cases > 1 then
|
||||
mode = 'individual'
|
||||
end
|
||||
end
|
||||
|
||||
M.ensure_io_view()
|
||||
|
||||
local run = require('cp.runner.run')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue