mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
more debug output on testing
This commit is contained in:
parent
f3f4b50eff
commit
dfa09eb972
@ -47,3 +47,9 @@ task nodeVersion(type: NodeTask) {
|
|||||||
test.systemProperty 'node.dir', nodeDir
|
test.systemProperty 'node.dir', nodeDir
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
test {
|
||||||
|
testLogging.showStandardStreams = true
|
||||||
|
testLogging.exceptionFormat = 'full'
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user