This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new ee67591 Revert configure<BatchTest> for now
ee67591 is described below
commit ee675911a8a558c0c96bedb85b9096fded95aa4b
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Sat Sep 21 00:13:12 2019 +0300
Revert configure<BatchTest> for now
---
.../src/main/kotlin/org/apache/jmeter/buildtools/batchtest/BatchTest.kt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/buildSrc/subprojects/batchtest/src/main/kotlin/org/apache/jmeter/buildtools/batchtest/BatchTest.kt
b/buildSrc/subprojects/batchtest/src/main/kotlin/org/apache/jmeter/buildtools/batchtest/BatchTest.kt
index 145bfbb..8658bf7 100644
---
a/buildSrc/subprojects/batchtest/src/main/kotlin/org/apache/jmeter/buildtools/batchtest/BatchTest.kt
+++
b/buildSrc/subprojects/batchtest/src/main/kotlin/org/apache/jmeter/buildtools/batchtest/BatchTest.kt
@@ -107,7 +107,7 @@ open class BatchTest @Inject constructor(objects:
ObjectFactory) : JavaExec() {
init {
group = BATCH_TESTS_GROUP_NAME
description = "Runs jmx file via process fork and verifies outputs"
- configure<BatchTest> {
+ configure {
workingDir = File(project.rootDir, "bin")
main = "org.apache.jmeter.NewDriver"
classpath(jmeterJar)