Ant task - comparator fix (equals added) in Life/Maze tests; failonerror = true

This commit is contained in:
Evgeny Goldin
2012-01-26 23:54:16 +02:00
parent 6084557af8
commit 8b3b7092e4
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<property name="kotlin-home" location="${output}/ant-test/kotlin-home"/>
<property name="tests-jar" location="${tests-dir}/out.jar"/>
<property name="bootstrap-dir" location="${basedir}/bootstrap.compiler"/>
<property name="failonerror" value="false"/> <!-- Whether invoking compiled classes should file on error -->
<property name="failonerror" value="true"/> <!-- Whether invoking compiled classes should file on error -->
<taskdef resource="net/sf/antcontrib/antlib.xml">