Lorenzo Caminiti wrote:
Who can fix this? Making sure that explicit-failures-markup.xml from develop (not master) is used to markup the develop's regression tests.
What I think needs to be done is here: https://github.com/boostorg/regression/blob/ci/test-reports/ci_build_results... add the line (cd ${boost} && git checkout origin/${1} -- status/explicit-failures-markup.xml) but for that to work, here https://github.com/boostorg/regression/blob/ci/test-reports/ci_build_results... --depth 1 must be removed as the above doesn't work on a shallow clone. I don't feel particularly confident doing this change though; I've never touched the testing infrastructure and shell scripts aren't my primary area of expertise. As an alternative, you could just merge your markup to master. :-)