diff options
Diffstat (limited to 'community/tau/APKBUILD')
-rw-r--r-- | community/tau/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tau/APKBUILD b/community/tau/APKBUILD index e2d68741183..5cc52e6bdb7 100644 --- a/community/tau/APKBUILD +++ b/community/tau/APKBUILD @@ -34,7 +34,7 @@ build() { } check() { - meson test --no-rebuild -v -C output + meson test --no-rebuild --print-errorlogs -C output } package() { |