aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-04-01 01:16:02 +0200
committerMichael Bien <[email protected]>2010-04-01 01:16:02 +0200
commit89b727b13ba35bd47a3b113c3ac3860950eeba0c (patch)
tree7c1eb60722a79791c0123a7ec50cee4f976f9d5b /make
parent60790e1f5963c439aadb3511b417e66fd4748001 (diff)
disabled hard failure for junit tests, hope sven does not read this ;).
Diffstat (limited to 'make')
-rw-r--r--make/build-junit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-junit.xml b/make/build-junit.xml
index 102a7ba..f1f3b6f 100644
--- a/make/build-junit.xml
+++ b/make/build-junit.xml
@@ -194,7 +194,7 @@
<target name="junit.run" depends="init">
<!-- Perform the junit tests-->
<mkdir dir="${results}"/>
- <junit forkmode="once" showoutput="true" fork="true" haltonerror="true">
+ <junit forkmode="once" showoutput="true" fork="true">
<jvmarg value="-Djava.library.path=${gluegen.lib}:${build_t.lib}"/>
<jvmarg value="-Drootrel.build=${rootrel.build}"/>
<!--jvmarg value="-Dgluegen.debug.NativeLibrary=true"/-->