mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools: cleanup output of v test-all
This commit is contained in:
parent
66ac23fc57
commit
79ede5ed09
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue