From e9b236379f4da3a90c0b42734258e4ecb0a8f762 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Wed, 2 Jun 2010 19:36:09 +0200 Subject: don't cause a build failure if a testcase fails (for hudson). --- nbproject/project.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nbproject/project.properties b/nbproject/project.properties index 2662f41f..ae86051f 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -116,3 +116,7 @@ static.binding=true #disable the build build the native part of the bindings #c.dont.compile=true + +#for hudson... hudson will notice anyway since the log is parsed +#build will not fail when a test fails +ignore.failing.tests=true -- cgit v1.2.3