mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 10:10:06 +00:00
fix: ci: backtraces are not generated for core files from failed unit tests
Closes #5466 Merge branch '5466-fix-ci-backtraces-are-not-generated-for-core-files' into 'main' See merge request isc-projects/bind9!10824
This commit is contained in:
commit
723439908a
@ -488,7 +488,7 @@ stages:
|
||||
- RET=0
|
||||
- meson test -C build --no-rebuild --no-suite flaky || RET=1
|
||||
- cp build/meson-logs/testlog.junit.xml $CI_PROJECT_DIR/junit.xml
|
||||
- meson test -C build --no-rebuild --suite flaky || meson test -C build --no-rebuild --suite flaky || RET=1
|
||||
- meson test -C build --no-rebuild --suite flaky --logbase testlog-flaky || meson test -C build --no-rebuild --suite flaky --logbase testlog-flaky || RET=1
|
||||
- *check_for_junit_xml
|
||||
- (exit $RET)
|
||||
- test "$CLEAN_BUILD_ARTIFACTS_ON_SUCCESS" -eq 0 || ninja -C build clean >/dev/null 2>&1
|
||||
|
Loading…
x
Reference in New Issue
Block a user