Skip to content

Commit d2b4d03

Browse files
author
Juraj Veverka
committed
juni tests fixed
1 parent 1fd38f2 commit d2b4d03

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

hazelcast-cluster/server-node/build.gradle

+8
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,11 @@ dependencies {
4343
testCompile 'org.testng:testng:6.14.3'
4444
}
4545

46+
test {
47+
useTestNG()
48+
//testLogging.showStandardStreams = true
49+
testLogging {
50+
events "passed", "skipped", "failed"
51+
}
52+
}
53+

0 commit comments

Comments
 (0)