summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-06-02 19:36:09 +0200
committerMichael Bien <[email protected]>2010-06-02 19:36:09 +0200
commite9b236379f4da3a90c0b42734258e4ecb0a8f762 (patch)
tree42976d6f2dbe12006fe548903dc485a7693d89af
parentd0716aad49e311c50ca2986bf8fa1e15d8d91fb8 (diff)
don't cause a build failure if a testcase fails (for hudson).
-rw-r--r--nbproject/project.properties4
1 files changed, 4 insertions, 0 deletions
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