mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-03 20:40:08 -05: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue