RM: Script fix

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@49382 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2013-04-18 01:11:15 +00:00
parent 82c208f110
commit e8a597b69f

View File

@@ -76,7 +76,7 @@ task resetDatabase << {
test {
if (localBuild == false) {
if (localBuild == 'false') {
dependsOn resetDatabase
}
@@ -85,7 +85,7 @@ test {
testLogging.showStandardStreams = true
jvmArgs '-Xms256M', '-Xmx1024M', '-XX:MaxPermSize=256M'
if (localBuild == false) {
if (localBuild == 'false') {
// Put systemProperty definition in a doFirst closure, otherwise it's executed before resetDatabase task
doFirst {
ant.property(name: "dir.root", value: System.getProperty("user.dir") + "/build/test_alf_data")
@@ -112,3 +112,4 @@ task localTest << {
}
}
}