mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 01:59:26 +00:00
Add a different log file for each meson test
Each run of `meson test` overwrites the default log file testlog.txt, this means we lose the backtraces of previous run. This commit assigns a different log file for each run.
This commit is contained in:
parent
0d344ac5fb
commit
e5a364c741
@ -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