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