Raymond Toy pushed to branch issue-265-ci-broken-on-mac-os at cmucl / cmucl
Commits: 280d13c2 by Raymond Toy at 2023-11-14T10:14:26-08:00 Debugging: print out directory contents
Does en@piglatin/LC_MESSAGES have the expected contents?
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -144,6 +144,7 @@ osx:test: artifacts: true script: - echo LANG = $LANG + - ls dist/lib/cmucl/lib/locale/en@piglatin/LC_MESSAGES - bin/run-unit-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
osx:ansi-test:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/280d13c2a337abe43c516bac...