Making sure we notice if stuff broke when running from ant (i.e. on the build VM) - part deux
Signed-off-by: Erik de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/1144b7b8 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/1144b7b8 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/1144b7b8 Branch: refs/heads/feature/flexmojos-tests Commit: 1144b7b8dca5bcdc2b81ce80d2ab80935dae1b3c Parents: 200e2a1 Author: Erik de Bruin <[email protected]> Authored: Fri Oct 24 12:23:44 2014 +0200 Committer: Erik de Bruin <[email protected]> Committed: Fri Oct 24 12:23:44 2014 +0200 ---------------------------------------------------------------------- compiler.jx.tests/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/1144b7b8/compiler.jx.tests/build.xml ---------------------------------------------------------------------- diff --git a/compiler.jx.tests/build.xml b/compiler.jx.tests/build.xml index bb8ba74..8408342 100644 --- a/compiler.jx.tests/build.xml +++ b/compiler.jx.tests/build.xml @@ -60,7 +60,7 @@ <junit dir="${compiler.tests}" fork="yes" forkMode="perBatch" maxmemory="${maxmem}m" timeout="${test.timeout}" printsummary="true" showoutput="true" - haltonerror="false" haltonfailure="false" + haltonerror="true" haltonfailure="true" failureproperty="tests.unit.failed"> <classpath> <pathelement location="${compiler.tests}/classes"/>
