[Git][cmucl/cmucl][issue-472-ansi-tests-test-log-not-found] Clean up unit test artifacts and debugging of ansi-test
Raymond Toy pushed to branch issue-472-ansi-tests-test-log-not-found at cmucl / cmucl Commits: 9457112d by Raymond Toy at 2026-02-16T13:50:47-08:00 Clean up unit test artifacts and debugging of ansi-test First, we listed ansi-test/test.out as an artifact of the unit-test stage. That's wrong. Second, there is no test.log when running the ansi-test stage, so remove the bad "ls -l test.log" in that stage. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -73,7 +73,6 @@ variables: - ansi-test/test.out script: - bin/run-ansi-tests.sh -l dist/bin/lisp - - ls -l test.log - ls -l ansi-test # Default configuration for running unit tests. @@ -81,7 +80,6 @@ variables: stage: test artifacts: paths: - - ansi-test/test.out - test.log script: - echo LANG = $LANG View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9457112d0fe6721c086ee60e... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/9457112d0fe6721c086ee60e... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)