Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
1c92a62c
by Raymond Toy at 2026-02-17T10:47:23-08:00
-
53a087ca
by Raymond Toy at 2026-02-17T10:47:23-08:00
1 changed file:
Changes:
| ... | ... | @@ -70,16 +70,16 @@ variables: |
| 70 | 70 | stage: ansi-test
|
| 71 | 71 | artifacts:
|
| 72 | 72 | paths:
|
| 73 | - - ansi-test/test.out
|
|
| 73 | + - ansi-test.out
|
|
| 74 | 74 | script:
|
| 75 | 75 | - bin/run-ansi-tests.sh -l dist/bin/lisp
|
| 76 | -
|
|
| 76 | + - cp ../ansi-test/test.out ansi-test.out
|
|
| 77 | + |
|
| 77 | 78 | # Default configuration for running unit tests.
|
| 78 | 79 | .unit_test_template: &unit_test_configuration
|
| 79 | 80 | stage: test
|
| 80 | 81 | artifacts:
|
| 81 | 82 | paths:
|
| 82 | - - ansi-test/test.out
|
|
| 83 | 83 | - test.log
|
| 84 | 84 | script:
|
| 85 | 85 | - echo LANG = $LANG
|