mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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
This commit is contained in:
@@ -56,6 +56,7 @@ case "$jobname" in
|
|||||||
--warnlevel 2 --werror \
|
--warnlevel 2 --werror \
|
||||||
--wrap-mode nofallback \
|
--wrap-mode nofallback \
|
||||||
-Dfuzzers=true \
|
-Dfuzzers=true \
|
||||||
|
-Dtest_output_directory="${TEST_OUTPUT_DIRECTORY:-$(pwd)/t}" \
|
||||||
$MESONFLAGS
|
$MESONFLAGS
|
||||||
group "Build" meson compile -C build --
|
group "Build" meson compile -C build --
|
||||||
if test -n "$run_tests"
|
if test -n "$run_tests"
|
||||||
|
|||||||
Reference in New Issue
Block a user