Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -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