samples/build.xml
changeset 263 7e8e995065c5
parent 262 e59755da1aa6
child 270 c020523e86e1
     1.1 --- a/samples/build.xml	Sat Jun 14 16:40:49 2008 +0200
     1.2 +++ b/samples/build.xml	Sat Jun 14 18:51:38 2008 +0200
     1.3 @@ -24,8 +24,9 @@
     1.4      </target>
     1.5  
     1.6      <target name="test" depends="build">
     1.7 -        <subant target="test" antfile="../build.xml" failonerror="false">
     1.8 +        <subant target="test" antfile="../build.xml" failonerror="true">
     1.9              <dirset refid="examples"/>
    1.10 +            <property name="test-sys-prop.no.failures" value="true"/>
    1.11          </subant>
    1.12      </target>
    1.13