]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't overwrite JUnit file generated by pytest in post-processing
authorŠtěpán Balážik <stepan@isc.org>
Tue, 6 Jan 2026 11:03:04 +0000 (12:03 +0100)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 7 Jan 2026 17:26:41 +0000 (18:26 +0100)
commit596cdfb75da6c8a894eb5103bb789580f548b03d
treedb3d4e8a399826b2635d3a1a473e48ccd2ebd266
parent5baddb2c23affe14c7498d6d19fd4ab98a7f6df7
Don't overwrite JUnit file generated by pytest in post-processing

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.

(cherry picked from commit 1a85a27f54e270060c7dead8e227ad8cec43283a)
.gitlab-ci.yml