diff options
author | Michael Bien <[email protected]> | 2010-06-02 19:36:09 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-06-02 19:36:09 +0200 |
commit | e9b236379f4da3a90c0b42734258e4ecb0a8f762 (patch) | |
tree | 42976d6f2dbe12006fe548903dc485a7693d89af /nbproject/project.properties | |
parent | d0716aad49e311c50ca2986bf8fa1e15d8d91fb8 (diff) |
don't cause a build failure if a testcase fails (for hudson).
Diffstat (limited to 'nbproject/project.properties')
-rw-r--r-- | nbproject/project.properties | 4 |
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 |