X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=c11a273155d013ed056b43fdef5628d0eb087a43;hp=2481e8321a8bdf754602fda8a726986164dd31ac;hb=4d282ef8435b5462f10e28873c85ab4d960b9fea;hpb=b6c281d8fc5a6cd531572f1b4c45fbabba2200f9 diff --git a/tests/test-init.lisp b/tests/test-init.lisp index 2481e83..c11a273 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -63,6 +63,10 @@ (setf *test-database-underlying-type* (clsql-sys:database-underlying-type *default-database*)) + ;; If Postgres, turn off notices to console + (when (eql db-type :postgresql) + (clsql:execute-command "SET client_min_messages = WARNING")) + *default-database*) (defun default-suites ()