Skip to content

Commit 2ece5e6

Browse files
committed
Use a distinct integrationTestOutput folder for pester
1 parent b6998f8 commit 2ece5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/packaging/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ task pesterTests {
277277
dependsOn installFullDist
278278
onlyIf { Os.isFamily(Os.FAMILY_WINDOWS) }
279279

280-
def integrationTestOutput = "$buildDir/test-output"
280+
def integrationTestOutput = "$buildDir/powershell-test-output"
281281
def solrHome = "$integrationTestOutput/solr-home"
282282
def solrTestFailuresDir = "$integrationTestOutput/failure-snapshots"
283283
var solrPort = Integer.parseInt((String) project.findProperty('pester.port') ?: System.getProperty("pester.port", "-1"))

0 commit comments

Comments
 (0)