Raymond Toy pushed to branch issue-472-ansi-tests-test-log-not-found at cmucl / cmucl Commits: 216b744d by Raymond Toy at 2026-02-16T08:32:33-08:00 Revert "Fix #472: Ansi-tests test.log not found" This reverts commit a64f7f956a3163dcb4416586289ed7d6e6a44add. Put debugging stuff in the wrong config (unit tests, not ansi tests). - - - - - fc0f804d by Raymond Toy at 2026-02-16T08:34:26-08:00 Debugging ls for test.log and ansi-test dir - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -73,7 +73,9 @@ variables: - ansi-test/test.out script: - bin/run-ansi-tests.sh -l dist/bin/lisp - + - ls -l test.log + - ls -l ansi-test + # Default configuration for running unit tests. .unit_test_template: &unit_test_configuration stage: test @@ -84,8 +86,6 @@ variables: script: - echo LANG = $LANG - bin/run-unit-tests.sh -l dist/bin/lisp 2>&1 | tee test.log - - ls -l test.log - - ls -l ansi-test # Default configuration to test creation of lisp executable and # testing the exectuable works. View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/a64f7f956a3163dcb441658... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/a64f7f956a3163dcb441658... You're receiving this email because of your account on gitlab.common-lisp.net.