diff --git a/cmd/tools/vtest-vet.v b/cmd/tools/vtest-vet.v index 956fd83efc..ee1a5739f6 100644 --- a/cmd/tools/vtest-vet.v +++ b/cmd/tools/vtest-vet.v @@ -65,6 +65,7 @@ fn main() { } fn tsession(vargs string, tool_source string, tool_cmd string, tool_args string, flist []string, slist []string) testing.TestSession { + testing.setup_new_vtmp_folder() util.prepare_tool_when_needed(tool_source) testing.eheader('Run `$tool_cmd` over most .v files') mut test_session := testing.new_test_session('$vargs $tool_args')