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