Ant task - comparator fix (equals added) in Life/Maze tests; failonerror = true
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user