diff options
Diffstat (limited to 'community/gnome-shell/APKBUILD')
-rw-r--r-- | community/gnome-shell/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-shell/APKBUILD b/community/gnome-shell/APKBUILD index 566fabd4efc..77653813e7e 100644 --- a/community/gnome-shell/APKBUILD +++ b/community/gnome-shell/APKBUILD @@ -82,7 +82,7 @@ build() { } check() { - xvfb-run meson test --no-rebuild -v -C output + xvfb-run meson test --no-rebuild --print-errorlogs -C output } schemas() { |