mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Revert error coloring (for development on dedicated branch) (#565)
This commit is contained in:
committed by
GitHub
parent
527d236ba4
commit
5cc2ea2d00
@@ -37,9 +37,6 @@ tasks.withType<Test>().configureEach {
|
||||
// enable checking of stdlib return types
|
||||
systemProperty("org.pkl.testMode", "true")
|
||||
|
||||
// Disable colour output in tests
|
||||
systemProperty("org.fusesource.jansi.Ansi.disable", "true")
|
||||
|
||||
reports.named("html") { enabled = true }
|
||||
|
||||
testLogging { exceptionFormat = TestExceptionFormat.FULL }
|
||||
|
||||
Reference in New Issue
Block a user