Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,8 @@ linux: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 linux:benchmark: stage: benchmark Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,8 @@ linux: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 linux:benchmark: stage: benchmark Loading