From 5ea8bb8351196e216acaf95544c6a135f65d24b9 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 15 Feb 2012 21:05:45 +0100 Subject: [PATCH] try not to fail build when mutes tests fail --- build/scripts/common_tests.gant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/common_tests.gant b/build/scripts/common_tests.gant index dd7794da93d4..4734c699e86e 100644 --- a/build/scripts/common_tests.gant +++ b/build/scripts/common_tests.gant @@ -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")