This commit is contained in:
2024-12-25 11:52:45 +01:00
parent 5dad42e970
commit 231ddf707c

View File

@@ -125,7 +125,7 @@ fn dotest(path string, base_dir string, use_redis bool)! {
cmd := 'v -stats -enable-globals -n -w -gc none -no-retry-compilation -cc tcc test ${norm_path}'
println(cmd)
result := os.execute(cmd)
eprintln(result)
if result.exit_code != 0 {
eprintln('Test failed: ${path}')
eprintln(result.output)