summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-05-04 17:18:45 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-05-09 10:03:10 -0600
commitb81ea2b7f2f45052eda8e40fd616a44d28d5698e (patch)
tree9212f0cfc5847d656cd9f47bcc6e85a461e3510f
parentcb3663787d9674ad0fafe20c0ae84ac7f354db82 (diff)
downloadat-spi2-core-b81ea2b7f2f45052eda8e40fd616a44d28d5698e.tar.gz
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.
-rwxr-xr-xci/run-tests.sh2
1 files changed, 1 insertions, 1 deletions
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"