aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-05-13 14:05:06 -0700
committerJunio C Hamano <gitster@pobox.com>2025-05-13 14:05:06 -0700
commit03284715a890ace1596ad35e3519111a62063a1c (patch)
tree3a1adfa72e71186f4c2726c8530a38581c6a8381
parentf2cc60c053c8c07d52a42d11a717fe7cc55afc63 (diff)
parentbd38ed5be1fdee42af285e8eb28eb7397168a473 (diff)
downloadgit-03284715a890ace1596ad35e3519111a62063a1c.tar.gz
Merge branch 'ps/ci-test-aggreg-fix-for-meson'
Test result aggregation did not work in Meson based CI jobs. * ps/ci-test-aggreg-fix-for-meson: ci: fix aggregation of test results with Meson
-rwxr-xr-xci/run-build-and-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/run-build-and-tests.sh b/ci/run-build-and-tests.sh
index f99b7db2ee..bd300a05db 100755
--- a/ci/run-build-and-tests.sh
+++ b/ci/run-build-and-tests.sh
@@ -56,6 +56,7 @@ case "$jobname" in
--warnlevel 2 --werror \
--wrap-mode nofallback \
-Dfuzzers=true \
+ -Dtest_output_directory="${TEST_OUTPUT_DIRECTORY:-$(pwd)/t}" \
$MESONFLAGS
group "Build" meson compile -C build --
if test -n "$run_tests"