Jon Boone pushed to branch issue-154-piglatin-translation-doesnt-work-anymore at cmucl / cmucl
Commits: 9ce6e5c4 by Jon Boone at 2023-06-06T21:35:40-04:00 add recursive listing of locale directories to test for files
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
===================================== .gitlab-ci.yml ===================================== @@ -61,6 +61,7 @@ linux:test: - job: linux:build artifacts: true script: + - ls -laR dist/lib/cmucl/lib/locale/ - bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
linux:ansi-test:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9ce6e5c475401d2f9953eaaa...