r8157: change error to warn
[clsql.git] / tests / tests.lisp
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))