Raymond Toy pushed to branch issue-101-clang-trapping-math at cmucl / cmucl
Commits:
-
df93981a
by Raymond Toy at 2021-02-04T20:51:20-08:00
1 changed file:
Changes:
... | ... | @@ -59,9 +59,6 @@ linux:test: |
59 | 59 |
artifacts: true
|
60 | 60 |
script:
|
61 | 61 |
- bin/run-tests.sh -l dist/bin/lisp 2>&1 | tee test.log
|
62 |
- - cd ansi-test
|
|
63 |
- - make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
|
|
64 |
- - grep 'No unexpected \(successes\|failures\)' test.out
|
|
65 | 62 |
|
66 | 63 |
linux:ansi-test:
|
67 | 64 |
stage: ansi-test
|