From 231ddf707cc90195d2953d7df478887cba213e32 Mon Sep 17 00:00:00 2001 From: despiegk Date: Wed, 25 Dec 2024 11:52:45 +0100 Subject: [PATCH] the base --- test_basic.vsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_basic.vsh b/test_basic.vsh index c7bc93f7..89ff8b57 100755 --- a/test_basic.vsh +++ b/test_basic.vsh @@ -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)