Skip to content

Commit 2eb78bc

Browse files
authored
Include full stacktrace in gradle functional test failures (#119900) (#119905)
1 parent 87211f2 commit 2eb78bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/src/testFixtures/groovy/org/elasticsearch/gradle/fixtures/AbstractGradleFuncTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ abstract class AbstractGradleFuncTest extends Specification {
107107
.forwardOutput()
108108
), configurationCacheCompatible,
109109
buildApiRestrictionsDisabled)
110-
).withArguments(arguments.collect { it.toString() })
110+
).withArguments(arguments.collect { it.toString() } + "--full-stacktrace")
111111
}
112112

113113
def assertOutputContains(String givenOutput, String expected) {

0 commit comments

Comments
 (0)