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