Raymond Toy pushed to branch issue-269-unix-get-user-homedir at cmucl / cmucl
Commits:
-
2ec0a02c
by Raymond Toy at 2023-11-17T08:14:24-08:00
1 changed file:
Changes:
... | ... | @@ -62,6 +62,7 @@ linux:test: |
62 | 62 | - job: linux:build
|
63 | 63 | artifacts: true
|
64 | 64 | script:
|
65 | + - printenv
|
|
65 | 66 | - bin/run-unit-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
|
66 | 67 | |
67 | 68 | linux:ansi-test:
|
... | ... | @@ -146,6 +147,7 @@ osx:test: |
146 | 147 | artifacts: true
|
147 | 148 | script:
|
148 | 149 | - echo LANG = $LANG
|
150 | + - printenv
|
|
149 | 151 | - bin/run-unit-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
|
150 | 152 | |
151 | 153 | osx:ansi-test:
|