* test/infra/gitlab-ci.yml (.job-template): Fix config.log name.

This commit is contained in:
Michael Albinus 2025-05-27 09:20:54 +02:00
parent 8762f6c7c9
commit 42a002f31f

View file

@ -113,7 +113,7 @@ default:
- 'test -n "$(docker ps -aq -f name=${test_name})" &&
docker cp ${test_name}:checkout/test ${test_name}'
- 'test -n "$(docker ps -aq -f name=${test_name})" &&
docker cp ${test_name}:checkout/configure.log ${test_name} || true'
docker cp ${test_name}:checkout/config.log ${test_name} || true'
- 'test -n "$(docker ps -aq -f name=${test_name})" &&
docker cp ${test_name}:checkout/compatibility-report.html ${test_name} ||
true'