Commit 84aced83 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix #146: CI passes incorrectly

We forgot to update the script for macos to use separate `grep`
commands like we did for linux.
parent 351339d3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -167,7 +167,8 @@ osx:ansi-test:
  script:
    - cd ansi-test
    - make LISP="../dist/bin/lisp -batch -noinit -nositeinit"
    - grep 'No unexpected \(successes\|failures\)' test.out 
    # There should be no unexpected successes or failures; check these separately.
    - grep -a 'No unexpected successes' test.out && grep -a 'No unexpected failures' test.out
  
osx:benchmark:
  stage: benchmark