We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219fa1a commit 6ea8caeCopy full SHA for 6ea8cae
verify.v
@@ -45,6 +45,7 @@ fn vrun(v_file string) !(string, time.Duration, time.Duration) {
45
sw_running := time.new_stopwatch()
46
res := os.execute(run_cmd)
47
run_time_took = sw_running.elapsed()
48
+ os.rm(executable_name) or {}
49
if res.exit_code != 0 {
50
return error('could not run: `${executable_name}` in working folder: "${vdir}"')
51
}
0 commit comments