the base
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user