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