mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-08-01 12:31:23 +00:00
build.gradle: Print failed tests a bit more detailed.
This commit is contained in:
committed by
Andreas Schildbach
parent
4fb0e6ed95
commit
66d54c11b1
@@ -8,7 +8,7 @@ jdk:
|
|||||||
install:
|
install:
|
||||||
- sudo apt-get install -y protobuf-compiler
|
- sudo apt-get install -y protobuf-compiler
|
||||||
script:
|
script:
|
||||||
- gradle -q clean check -x :wallettemplate:check
|
- gradle clean check -x :wallettemplate:check
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
|
@@ -34,6 +34,10 @@ protobuf {
|
|||||||
|
|
||||||
test {
|
test {
|
||||||
exclude 'org/bitcoinj/net/NetworkAbstractionTests*'
|
exclude 'org/bitcoinj/net/NetworkAbstractionTests*'
|
||||||
|
testLogging {
|
||||||
|
events "failed"
|
||||||
|
exceptionFormat "full"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
task javadocJar(type: Jar, dependsOn: javadoc) {
|
task javadocJar(type: Jar, dependsOn: javadoc) {
|
||||||
|
Reference in New Issue
Block a user