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