Skip to content
Snippets Groups Projects
Verified Commit 68cdd596 authored by alice's avatar alice
Browse files

community/*: use meson test --print-errorlogs instead of -v

this is much less spammy in log output, as only actual errors are
printed instead of everything
parent d2e14c2a
No related branches found
No related tags found
1 merge request!39304[3.16] main/expat: security upgrade to 2.4.9
Showing
with 20 additions and 20 deletions
...@@ -36,7 +36,7 @@ build() { ...@@ -36,7 +36,7 @@ build() {
} }
check() { check() {
meson test -v --no-rebuild -C output meson test --print-errorlogs --no-rebuild -C output
} }
package() { package() {
......
...@@ -35,7 +35,7 @@ build() { ...@@ -35,7 +35,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
...@@ -55,7 +55,7 @@ build() { ...@@ -55,7 +55,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
...@@ -19,7 +19,7 @@ build() { ...@@ -19,7 +19,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
...@@ -26,7 +26,7 @@ build() { ...@@ -26,7 +26,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
...@@ -23,7 +23,7 @@ build() { ...@@ -23,7 +23,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
...@@ -52,7 +52,7 @@ build() { ...@@ -52,7 +52,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
...@@ -60,7 +60,7 @@ build() { ...@@ -60,7 +60,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
...@@ -19,7 +19,7 @@ build() { ...@@ -19,7 +19,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
...@@ -20,7 +20,7 @@ build() { ...@@ -20,7 +20,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
...@@ -32,7 +32,7 @@ build() { ...@@ -32,7 +32,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
...@@ -21,7 +21,7 @@ build() { ...@@ -21,7 +21,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
...@@ -25,7 +25,7 @@ build() { ...@@ -25,7 +25,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
...@@ -31,7 +31,7 @@ build() { ...@@ -31,7 +31,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
...@@ -19,7 +19,7 @@ build() { ...@@ -19,7 +19,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
...@@ -49,7 +49,7 @@ build() { ...@@ -49,7 +49,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
...@@ -19,7 +19,7 @@ build() { ...@@ -19,7 +19,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
...@@ -19,7 +19,7 @@ build() { ...@@ -19,7 +19,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
...@@ -41,7 +41,7 @@ build() { ...@@ -41,7 +41,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
...@@ -18,7 +18,7 @@ build() { ...@@ -18,7 +18,7 @@ build() {
} }
check() { check() {
meson test --no-rebuild -v -C output meson test --no-rebuild --print-errorlogs -C output
} }
package() { package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment