tools: cleanup output of v test-all

This commit is contained in:
Delyan Angelov 2025-01-05 19:25:13 +02:00
parent 66ac23fc57
commit 79ede5ed09
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -409,7 +409,7 @@ fn get_all_commands() []Command {
} }
$if linux || macos { $if linux || macos {
res << Command{ 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' 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' rmfile: 'examples/veb/todo/main'
} }