Skip to content

Commit

Permalink
Include full stacktrace in gradle functional test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Jan 9, 2025
1 parent 29e1bf9 commit 27b66e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ abstract class AbstractGradleFuncTest extends Specification {
.forwardOutput()
), configurationCacheCompatible,
buildApiRestrictionsDisabled)
).withArguments(arguments.collect { it.toString() })
).withArguments(arguments.collect { it.toString() } + "--full-stacktrace")
}

def assertOutputContains(String givenOutput, String expected) {
Expand Down

0 comments on commit 27b66e0

Please sign in to comment.