Skip to content

Commit

Permalink
Add SQLite tests by default on the build server.
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Mar 1, 2012
1 parent 5d0bacc commit 04914bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/clojure/clojure/java/test_jdbc.clj
Expand Up @@ -31,7 +31,7 @@
(if-let [dbs (System/getenv "TEST_DBS")]
(map keyword (.split dbs ","))
;; enable more by default once the build server is equipped?
[:derby :hsqldb]))
[:derby :hsqldb :sqlite]))

;; MS SQL Server requires more specialized configuration:
(def mssql-host
Expand Down

0 comments on commit 04914bb

Please sign in to comment.