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