]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/infra/gitlab-ci.yml (.job-template): Fix config.log name.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 27 May 2025 07:20:54 +0000 (09:20 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 27 May 2025 14:34:55 +0000 (16:34 +0200)
(cherry picked from commit 42a002f31f0931c6ef2dedc55d20ab8ae046cbab)

test/infra/gitlab-ci.yml

index 9e2868e6383de3d43fff6a241c0149acbf7572b8..79255258aca66bb07c13501284b13b227d05d5ff 100644 (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'