From b6c57078de39d377ba5804ff65c0e65f15625b04 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 27 May 2025 09:20:54 +0200 Subject: [PATCH] * test/infra/gitlab-ci.yml (.job-template): Fix config.log name. (cherry picked from commit 42a002f31f0931c6ef2dedc55d20ab8ae046cbab) --- test/infra/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 9e2868e6383..79255258aca 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -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' -- 2.39.5