From a6600e63913f38164cb412e6137bbbdd34ece13f Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Mon, 19 Aug 2013 16:04:23 +0000 Subject: [PATCH] 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@54245 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- rm-server/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/rm-server/build.gradle b/rm-server/build.gradle index b6fffe224d..f1b2a07b4d 100644 --- a/rm-server/build.gradle +++ b/rm-server/build.gradle @@ -78,7 +78,6 @@ task resetDatabase << { // 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 }