Merge "justfile: remove --quiet from just test" into main

This commit is contained in:
Qyriad 2024-05-24 17:37:25 +00:00 committed by Gerrit Code Review
commit 933f1f48a2

View file

@ -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 }}