Skip to content

Commit

Permalink
Update the test logging to include the failed assertion to help inves…
Browse files Browse the repository at this point in the history
…tigations, especially during CI builds on GitHub Actions. (#4987)

Signed-off-by: David Venable <dlv@amazon.com>
  • Loading branch information
dlvenable authored Oct 7, 2024
1 parent 472c912 commit 962750b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ subprojects {
javaLauncher = javaToolchains.launcherFor {
languageVersion = JavaLanguageVersion.current()
}
testLogging {
exceptionFormat "full"
showStackTraces false
}
reports {
junitXml.required
html.required
Expand Down

0 comments on commit 962750b

Please sign in to comment.