From 79ede5ed095fcf2013fa56e8bcebdc449ed6e84a Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 5 Jan 2025 19:25:13 +0200 Subject: [PATCH] tools: cleanup output of `v test-all` --- cmd/tools/vtest-all.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tools/vtest-all.v b/cmd/tools/vtest-all.v index 9073892a92..9933befbd1 100644 --- a/cmd/tools/vtest-all.v +++ b/cmd/tools/vtest-all.v @@ -409,7 +409,7 @@ fn get_all_commands() []Command { } $if linux || macos { res << Command{ - line: '${vexe} -gc none -no-retry-compilation -cc tcc -d use_openssl -showcc examples/veb/todo/main.v' + line: '${vexe} -gc none -no-retry-compilation -cc tcc -d use_openssl examples/veb/todo/main.v' okmsg: 'A simple veb app, compiles with `-gc none -no-retry-compilation -cc tcc -d use_openssl` on macos and linux' rmfile: 'examples/veb/todo/main' }