r8174: fix os detection
[clsql.git] / tests / tests.lisp
index e426ca2f53626e5ae174a181c9f1515e7475250b..22e7f690f790d5cca04bf9968e0984331690b58d 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: tests.lisp,v 1.2 2003/05/02 03:17:41 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))
       ))
     t)
 
-(deftest clsql.all (clsql-tests) t)
+;(deftest clsql.all (clsql-tests) t)
+(clsql-tests)