Use ':' as path separator

This commit is contained in:
Francis ANDRE
2018-09-30 16:58:53 +02:00
parent 4850dc134a
commit 302d5b741f

View File

@@ -134,7 +134,7 @@ tasks.withType(RunTestExecutable) {
println "testAppDir=" + testAppDir
PATH = testAppDir + ";$PATH"
PATH = testAppDir + ":$PATH"
environment "Path", "$PATH"
environment "POCO_BASE", "$rootDir"