Print project name and command line for debug

This commit is contained in:
Nikolay Krasko
2015-04-10 13:55:50 +03:00
parent 8ed54a6dba
commit e304ee0a29
@@ -36,6 +36,9 @@ abstract class BaseGradleIT {
val projectDir = File(workingDir, projectName)
copyDirRecursively(File(resourcesRootFile, "GradleWrapper-$wrapperVersion"), projectDir)
val cmd = createCommand(tasks)
println("<=== Test build: ${this.projectName} $cmd ====>")
val process = createProcess(cmd, projectDir)
val (output, resultCode) = readOutput(process)