[Git][cmucl/cmucl][master] 2 commits: Fix #146: CI passes incorrectly

Raymond Toy (@rtoy) gitlab at common-lisp.net
Sat Oct 15 23:27:51 UTC 2022



Raymond Toy pushed to branch master at cmucl / cmucl


Commits:
8719b21c by Raymond Toy at 2022-10-15T23:27:33+00:00
Fix #146:  CI passes incorrectly

- - - - -
9c0f63ff by Raymond Toy at 2022-10-15T23:27:34+00:00
Merge branch 'issue-146-ci-passes-incorrectly' into 'master'

Fix #146:  CI passes incorrectly

Closes #146

See merge request cmucl/cmucl!100
- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

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



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/4dacd5ac5276ab89c9db4f6a884e62e6108b2675...9c0f63ffa1e459aedc9ca91fc1fbe2b2e8de6853

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/4dacd5ac5276ab89c9db4f6a884e62e6108b2675...9c0f63ffa1e459aedc9ca91fc1fbe2b2e8de6853
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20221015/9d3a5c14/attachment.html>


More information about the cmucl-cvs mailing list