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