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