Merge "justfile: remove --quiet from just test
" into main
This commit is contained in:
commit
933f1f48a2
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -24,4 +24,4 @@ install *OPTIONS: (build OPTIONS)
|
|||
|
||||
# Run tests
|
||||
test *OPTIONS:
|
||||
meson test -C build --print-errorlogs --quiet {{ OPTIONS }}
|
||||
meson test -C build --print-errorlogs {{ OPTIONS }}
|
||||
|
|
Loading…
Reference in a new issue