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