Skip to content

Commit 0328471

Browse files
committed
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
2 parents f2cc60c + bd38ed5 commit 0328471

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run-build-and-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ case "$jobname" in
5656
--warnlevel 2 --werror \
5757
--wrap-mode nofallback \
5858
-Dfuzzers=true \
59+
-Dtest_output_directory="${TEST_OUTPUT_DIRECTORY:-$(pwd)/t}" \
5960
$MESONFLAGS
6061
group "Build" meson compile -C build --
6162
if test -n "$run_tests"

0 commit comments

Comments
 (0)