X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=c11a273155d013ed056b43fdef5628d0eb087a43;hb=9b0091fa93e63131859002f52740911cd461bafe;hp=2481e8321a8bdf754602fda8a726986164dd31ac;hpb=f26d09724b4aa3d6bc8eae35582c8b15b9b3f5da;p=clsql.git 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 ()