Raymond Toy pushed to branch master at cmucl / cmucl
Commits: 925241a9 by Raymond Toy at 2018-09-22T19:57:52Z Fix some typos in comment.
- - - - -
1 changed file:
- tests/issues.lisp
Changes:
===================================== tests/issues.lisp ===================================== @@ -397,11 +397,11 @@ (sleep 5) (assert-eql :exited (ext:process-status p)))))
-;; For some reason this used to work linux CI but not doesn't. But -;; this test passes on my Fedora and debian systems. See issue #64. -;; So until we figure this out, disable this test when we're running a -;; pipeline with linux, but otherwise enable it. The pipeline defines -;; the envvar GITLAB_CI so check for that. +;; For some reason this used to work with linux CI but now doesn't. +;; But this test passes on my Fedora and debian systems. See issue +;; #64. So until we figure this out, disable this test when we're +;; running a pipeline with linux, but otherwise enable it. The +;; pipeline defines the envvar GITLAB_CI so check for that. ;; ;; It would be better if lisp-unit had a way of marking tests as known ;; failures, but it doesn't.
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/925241a9828267cef4a4796765...