Skip to content

Commit

Permalink
Improved the log message about cl-ppcre failure on ABCL.
Browse files Browse the repository at this point in the history
  • Loading branch information
avodonosov committed Jan 9, 2012
1 parent 34565e7 commit 78056ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-grid.lisp
Expand Up @@ -154,8 +154,8 @@ contains the tests of _both_ libraries."
#+abcl
(progn
(format t "~&Due to ABCL bug #188 (http://trac.common-lisp.net/armedbear/ticket/188)~%")
(format t "cl-ppcre tests fail, repeating the same error huge number of times, in result~%")
(format t "hanging for a long time and producing huge log.")
(format t "cl-ppcre tests fail, repeating this error huge number of times, in result~%")
(format t "hanging for a long time and producing a huge log.")
(return-from libtest :fail))

;; The test framework used: custom.
Expand Down

0 comments on commit 78056ae

Please sign in to comment.