[bknr-cvs] ksprotte changed trunk/build.lisp
BKNR Commits
bknr at bknr.net
Thu Jul 17 07:45:32 UTC 2008
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)
More information about the Bknr-cvs
mailing list