Skip to content
Snippets Groups Projects
Commit 184d53ac authored by Allen Gilliland's avatar Allen Gilliland
Browse files

move the unit testing log4j.properties out the 'test' code folder because then...

move the unit testing log4j.properties out the 'test' code folder because then it's also used in a lot of other places.  instead just create a new test_resources folder which we only apply to the unit tests profile.
parent 5b201cc2
No related merge requests found
......@@ -70,7 +70,8 @@
"-XX:MaxPermSize=128m" ; a little more headroom for PermGen
"-XX:+CMSClassUnloadingEnabled" ; let Clojure's dynamically generated temporary classes be GC'ed from PermGen
"-XX:+UseConcMarkSweepGC"]} ; Concurrent Mark Sweep GC needs to be used for Class Unloading (above)
:expectations {:jvm-opts ["-Dmb.db.file=target/metabase-test"
:expectations {:resource-paths ["test_resources"]
:jvm-opts ["-Dmb.db.file=target/metabase-test"
"-Dmb.jetty.join=false"
"-Dmb.jetty.port=3001"]}
:uberjar {:aot :all
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment