X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftests.lisp;h=22e7f690f790d5cca04bf9968e0984331690b58d;hb=23a18b1c1462471880998b4c57dba338edd7b423;hp=e426ca2f53626e5ae174a181c9f1515e7475250b;hpb=0e7a7ec4320a2ffcffad1dfc74e461a337c4ca6b;p=clsql.git diff --git a/tests/tests.lisp b/tests/tests.lisp index e426ca2..22e7f69 100644 --- a/tests/tests.lisp +++ b/tests/tests.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: tests.lisp,v 1.2 2003/05/02 03:17:41 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -55,7 +55,7 @@ (setf (pgsql-socket-spec specs) (cadr (assoc :postgresql-socket config))) specs)) - (error "CLSQL tester config file ~S not found" path))) + (warn "CLSQL tester config file ~S not found" path))) (defmethod mysql-table-test ((test conn-specs)) (test-table (mysql-spec test) :mysql)) @@ -231,7 +231,8 @@ )) t) -(deftest clsql.all (clsql-tests) t) +;(deftest clsql.all (clsql-tests) t) +(clsql-tests)