Skip to content
Snippets Groups Projects
Commit 5cd5d2e3 authored by felmer's avatar felmer
Browse files

SSDM-559: back to previous version of task 'cleanDbSuite'.

SVN: 31913
parent d079c42e
No related branches found
No related tags found
No related merge requests found
......@@ -66,9 +66,7 @@ sourceSets {
task cleanDbSuite(type: Test) {
useTestNG()
options.suites('sourceTest/java/tests_system_cleandb_excluding_authorization.xml')
if (delegate.getProperties().get('reports') != null) {
reports.html.destination = file("${project.buildDir}/reports/tests-cleandb")
}
reports.html.destination = file("${project.buildDir}/reports/tests-cleandb")
}
......
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