X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftests.lisp;h=22e7f690f790d5cca04bf9968e0984331690b58d;hb=cf7d86bff2e462e0d0309da265a7ec39bf52c9a2;hp=24808216d6b07656fde9f1c9add6b2b8d13c7d1d;hpb=aa08e90d2eae01dd873d2ce2caad7d9371230ef0;p=clsql.git diff --git a/tests/tests.lisp b/tests/tests.lisp index 2480821..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.3 2003/05/02 03:29:28 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))