Revision: 3584 Author: hans URL: http://bknr.net/trac/changeset/3584
Comment out PPCRE testing for a moment.
U trunk/build.lisp
Modified: trunk/build.lisp =================================================================== --- trunk/build.lisp 2008-07-23 12:48:58 UTC (rev 3583) +++ trunk/build.lisp 2008-07-23 13:05:11 UTC (rev 3584) @@ -120,6 +120,7 @@ forms) (exit (if any-failed 1 0))))
+#+(or) (defun cl-ppcre-run-no-failures-p () (let ((expected ".......... .......... @@ -193,6 +194,7 @@ (cl-gd::load-gd-glue) (format t "~&;;; --- running tests~%") (run-tests + #+(or) (cl-ppcre-run-no-failures-p) (cl-gd-run-no-failures-p) (flexi-streams-no-failures-p)