[Git][cmucl/cmucl][issue-473-make-cr-exp-signal-underflow] 3 commits: Fix #472: Ansi-tests test.log not found
Raymond Toy pushed to branch issue-473-make-cr-exp-signal-underflow at cmucl / cmucl Commits: 1c92a62c by Raymond Toy at 2026-02-17T10:47:23-08:00 Fix #472: Ansi-tests test.log not found - - - - - 53a087ca by Raymond Toy at 2026-02-17T10:47:23-08:00 Merge branch 'issue-472-ansi-tests-test-log-not-found' into 'master' Fix #472: Ansi-tests test.log not found Closes #472 See merge request cmucl/cmucl!350 - - - - - 72096452 by Raymond Toy at 2026-02-17T10:51:19-08:00 Merge branch 'master' into issue-473-make-cr-exp-signal-underflow - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -70,16 +70,16 @@ variables: stage: ansi-test artifacts: paths: - - ansi-test/test.out + - ansi-test.out script: - bin/run-ansi-tests.sh -l dist/bin/lisp - + - cp ../ansi-test/test.out ansi-test.out + # Default configuration for running unit tests. .unit_test_template: &unit_test_configuration stage: test artifacts: paths: - - ansi-test/test.out - test.log script: - echo LANG = $LANG View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/c84c6c27bdf205def5c415a... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/c84c6c27bdf205def5c415a... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)