]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: ci: Don't overwrite JUnit file generated by pytest in post-processing
authorŠtěpán Balážik <stepan@isc.org>
Tue, 6 Jan 2026 16:49:16 +0000 (16:49 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Tue, 6 Jan 2026 16:49:16 +0000 (16:49 +0000)
When both input and output files are the same, it creates unnecesary
troubles in debugging issues with the JUnit files.

Keep the Pytest-generated file in the artifacts and output the checked
version as a new file.

Companion MR: https://gitlab.isc.org/isc-projects/bind9-qa/-/merge_requests/155

Merge branch 'stepan/dont-overwrite-pytest-junit-xml' into 'main'

See merge request isc-projects/bind9!11430


Trivial merge