Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
8719b21c
by Raymond Toy at 2022-10-15T23:27:33+00:00
-
9c0f63ff
by Raymond Toy at 2022-10-15T23:27:34+00:00
1 changed file:
Changes:
... | ... | @@ -80,7 +80,8 @@ linux:ansi-test: |
80 | 80 | script:
|
81 | 81 | - cd ansi-test
|
82 | 82 | - make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
|
83 | - - grep 'No unexpected \(successes\|failures\)' test.out
|
|
83 | + # There should be no unexpected successes or failures; check these separately.
|
|
84 | + - grep -a 'No unexpected successes' test.out && grep -a 'No unexpected failures' test.out
|
|
84 | 85 |
|
85 | 86 | linux:benchmark:
|
86 | 87 | stage: benchmark
|