Skip to content
Snippets Groups Projects
Commit 2879686b authored by Joshua Gill's avatar Joshua Gill
Browse files

Update build.gradle to show less test details

parent e28a3e93
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,6 @@ test {
useJUnitPlatform()
testLogging {
events "PASSED", "SKIPPED", "FAILED", "STANDARD_OUT", "STANDARD_ERROR"
events "PASSED", "SKIPPED", "FAILED"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment