Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
95b4fc5c
by Raymond Toy at 2022-10-16T13:05:09-07:00
1 changed file:
Changes:
... | ... | @@ -167,7 +167,8 @@ osx:ansi-test: |
167 | 167 | script:
|
168 | 168 | - cd ansi-test
|
169 | 169 | - make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
|
170 | - - grep 'No unexpected \(successes\|failures\)' test.out
|
|
170 | + # There should be no unexpected successes or failures; check these separately.
|
|
171 | + - grep -a 'No unexpected successes' test.out && grep -a 'No unexpected failures' test.out
|
|
171 | 172 |
|
172 | 173 | osx:benchmark:
|
173 | 174 | stage: benchmark
|