Raymond Toy pushed to branch issue-472-ansi-tests-test-log-not-found at cmucl / cmucl
Commits:
-
85934e7a
by Raymond Toy at 2026-02-17T09:40:23-08:00
1 changed file:
Changes:
| ... | ... | @@ -70,10 +70,10 @@ 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 | - - ls -l ../ansi-test
|
|
| 76 | + - cp ../ansi-test/test.out ansi-test.out
|
|
| 77 | 77 | |
| 78 | 78 | # Default configuration for running unit tests.
|
| 79 | 79 | .unit_test_template: &unit_test_configuration
|