aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
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 }}