Revision: 3476 Author: ksprotte URL: http://bknr.net/trac/changeset/3476
dont run :bos.test on darwin
U trunk/build.lisp
Modified: trunk/build.lisp =================================================================== --- trunk/build.lisp 2008-07-17 06:11:30 UTC (rev 3475) +++ trunk/build.lisp 2008-07-17 07:45:32 UTC (rev 3476) @@ -199,7 +199,7 @@ (unit-test:run-all-tests) (rt:do-tests) (fiveam-run-no-failures-p :bknr.datastore) - (fiveam-run-no-failures-p :bos.test) + #-darwin (fiveam-run-no-failures-p :bos.test) (progn #+(or) (fiveam-run-no-failures-p :it.bese.FiveAM) (warn "skipping :it.bese.FiveAM tests") t)