Raymond Toy pushed to branch issue-472-ansi-tests-test-log-not-found at cmucl / cmucl
Commits:
-
216b744d
by Raymond Toy at 2026-02-16T08:32:33-08:00
-
fc0f804d
by Raymond Toy at 2026-02-16T08:34:26-08:00
1 changed file:
Changes:
| ... | ... | @@ -73,7 +73,9 @@ variables: |
| 73 | 73 | - ansi-test/test.out
|
| 74 | 74 | script:
|
| 75 | 75 | - bin/run-ansi-tests.sh -l dist/bin/lisp
|
| 76 | -
|
|
| 76 | + - ls -l test.log
|
|
| 77 | + - ls -l ansi-test
|
|
| 78 | + |
|
| 77 | 79 | # Default configuration for running unit tests.
|
| 78 | 80 | .unit_test_template: &unit_test_configuration
|
| 79 | 81 | stage: test
|
| ... | ... | @@ -84,8 +86,6 @@ variables: |
| 84 | 86 | script:
|
| 85 | 87 | - echo LANG = $LANG
|
| 86 | 88 | - bin/run-unit-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
|
| 87 | - - ls -l test.log
|
|
| 88 | - - ls -l ansi-test
|
|
| 89 | 89 | |
| 90 | 90 | # Default configuration to test creation of lisp executable and
|
| 91 | 91 | # testing the exectuable works.
|