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