Skip to content
Snippets Groups Projects
Commit 3eff3949 authored by User expired's avatar User expired
Browse files

added logback-test.xml to test systemProperties (should write log to

logfile instead of jenkins console)
parent be7f8205
No related branches found
No related tags found
No related merge requests found
......@@ -249,6 +249,8 @@ test {
useDefaultListeners = true
}
systemProperty 'logback.configurationFile', "file:$projectDir/src/test/resources/logback-test.xml"
ignoreFailures = true
minHeapSize = '128m'
maxHeapSize = '1024m'
......@@ -296,10 +298,6 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
}
task processResourcesTest << {
// we add a config-test.xml for SNAPSHOT releases (so that the cfg.tablePrefix is defined)
// otherwise testing and stable version would collide on testsystem
// and testing in jenkins would search for geoserver/postgis on jenkins-server
// (since localhost is default value in config-files -> needed for development)
copy {
from('src/test/resources') {
include '*-test.xml'
......
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