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