[gui-test] fix home

This commit is contained in:
Sergey Karashevich
2018-01-25 23:35:40 +03:00
parent 5ed73135f9
commit 0e0010b04e
+3 -1
View File
@@ -1,3 +1,5 @@
import org.jetbrains.jps.idea.IdeaProjectLoader
/*
* Copyright 2000-2018 JetBrains s.r.o.
*
@@ -14,7 +16,7 @@
* limitations under the License.
*/
includeTargets << new File("$home/build/scripts/tests_in_community.gant")
includeTargets << new File("${IdeaProjectLoader.guessHome(this)}/build/scripts/tests_in_community.gant")
includeTool << gant.tools.Execute
/**