r8157: change error to warn
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 11 Nov 2003 15:55:23 +0000 (15:55 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 11 Nov 2003 15:55:23 +0000 (15:55 +0000)
tests/tables.lisp
tests/tests.lisp

index 1a003befcf97873bd73137c5964154e90fd5b272..7d5daa51571a2c4ec60c5948a6f64a2f69f54fe5 100644 (file)
@@ -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))
 
index 5cb93e7d08cc69723015a3453436dbb3d3c740d5..22e7f690f790d5cca04bf9968e0984331690b58d 100644 (file)
@@ -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))