diff --git a/ci/macos_ci.vsh b/ci/macos_ci.vsh index ddb6d8bd6e..14256103a5 100644 --- a/ci/macos_ci.vsh +++ b/ci/macos_ci.vsh @@ -97,10 +97,10 @@ fn v_self_compilation_usecache() { } fn v_self_compilation_parallel_cc() { - exec('v -o v2 -parallel-cc cmd/v') + exec('v -o vp -parallel-cc cmd/v') // exec('./v2 -o v3 -usecache cmd/v') - exec('./v2 version') - exec('./v2 -o tetris examples/tetris/tetris.v') + exec('./vp version') + exec('./vp -o tetris examples/tetris/tetris.v') } fn test_password_input() {