This commit is contained in:
2025-01-31 15:39:44 +03:00
parent 27cb6cb0c6
commit 74ab68d05f
185 changed files with 2321 additions and 972 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env -S v -cc gcc -n -w -gc none -no-retry-compilation -d use_openssl -enable-globals run
#!/usr/bin/env -S v -cc gcc -n -w -gc none -d use_openssl -enable-globals run
import os
import flag
@@ -119,7 +119,7 @@ fn dotest(path string, base_dir string, mut cache TestCache) ! {
return
}
cmd := 'v -stats -enable-globals -n -w -gc none -no-retry-compilation test ${norm_path}'
cmd := 'v -stats -enable-globals -n -w -gc none test ${norm_path}'
println(cmd)
result := os.execute(cmd)
eprintln(result)