From 71fcd9afed461e52b5b3456e2dc2bc19f89dbe02 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 11 Nov 2003 15:55:23 +0000 Subject: [PATCH] r8157: change error to warn --- tests/tables.lisp | 2 +- tests/tests.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.34.1