diff --git a/justfile b/justfile index 83743ec42..dfa58bdf2 100644 --- a/justfile +++ b/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 }}