mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
try not to fail build when mutes tests fail
This commit is contained in:
@@ -22,7 +22,7 @@ def pass(String prop) {
|
||||
target('default': 'The default target') {
|
||||
depends(compile)
|
||||
|
||||
ant.junit(fork: "yes", showoutput: "true") {
|
||||
ant.junit(fork: "yes", showoutput: "true", logfailedtests:false) {
|
||||
pass("idea.test.group")
|
||||
pass("idea.test.patterns")
|
||||
pass("idea.fast.only")
|
||||
|
||||
Reference in New Issue
Block a user