Raymond Toy pushed to branch issue-472-ansi-tests-test-log-not-found at cmucl / cmucl Commits: 885db0cc by Raymond Toy at 2026-02-17T08:47:26-08:00 Set correct path for ansi-test/test.log The ansi-test directory is one level up from the current directory. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -70,7 +70,7 @@ variables: stage: ansi-test artifacts: paths: - - ansi-test/test.out + - ../ansi-test/test.out script: - bin/run-ansi-tests.sh -l dist/bin/lisp - ls -l ../ansi-test View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/885db0cc7a45d0fdb924410e... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/885db0cc7a45d0fdb924410e... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)