From: Kevin M. Rosenberg Date: Tue, 11 Nov 2003 15:55:23 +0000 (+0000) Subject: r8157: change error to warn X-Git-Tag: v3.8.6~786 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=71fcd9afed461e52b5b3456e2dc2bc19f89dbe02;p=clsql.git r8157: change error to warn --- diff --git a/tests/tables.lisp b/tests/tables.lisp index 1a003be..7d5daa5 100644 --- a/tests/tables.lisp +++ b/tests/tables.lisp @@ -54,7 +54,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))) (defvar *conn-specs* (read-specs)) diff --git a/tests/tests.lisp b/tests/tests.lisp index 5cb93e7..22e7f69 100644 --- a/tests/tests.lisp +++ b/tests/tests.lisp @@ -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))