From b81ea2b7f2f45052eda8e40fd616a44d28d5698e Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 4 May 2023 17:18:45 -0600 Subject: ci/run-tests.sh: use --print-errorlogs for meson, hopefully to make build logs easier to read ... without downloading the artifacts for the error logs. --- ci/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run-tests.sh b/ci/run-tests.sh index 9676e749..38e019f1 100755 --- a/ci/run-tests.sh +++ b/ci/run-tests.sh @@ -28,7 +28,7 @@ gdbus call --session \ echo "Now running the tests:" -meson test -C _build +meson test -C _build --print-errorlogs echo "Telling the mock session to logout so the a11y daemons will exit" -- cgit v1.2.1