Added some log information in order to find out the reason of the failing tests on the server

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@54244 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2013-08-19 16:00:34 +00:00
parent 0e67b7fc58
commit 02ae0725ad

View File

@@ -74,6 +74,13 @@ task resetDatabase << {
println "Deleting content store in " + ant.getProperty("dir.root")
ant.delete(includeEmptyDirs: 'true', dir: ant.getProperty("dir.root"))
}
// FIXME - Start: Remove the following lines after fixing the failing tests
println "The DB Url is: " + ant.getProperty("db.url")
println "The DB Master Url is: " + ant.getProperty("db.master.url")
println "The DB Driver is: " + ant.getProperty("db.driver")
println "The dir.root is: " + ant.getProperty("dir.root")
// FIXME - End
}
test {