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