Halt TLF build on tests failure
Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/0ca7dea0 Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/0ca7dea0 Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/0ca7dea0 Branch: refs/heads/tables Commit: 0ca7dea0f11535463cbaea24bbefd3bd49c17774 Parents: 895152c Author: piotrz <[email protected]> Authored: Mon Oct 13 07:44:04 2014 +0200 Committer: piotrz <[email protected]> Committed: Mon Oct 13 07:44:04 2014 +0200 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/0ca7dea0/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index c246965..761f299 100644 --- a/build.xml +++ b/build.xml @@ -388,6 +388,6 @@ </target> <target name="flexunnit_tests"> - <flexunit swf="${output.dir}/apps/automation_apps/bin/VellumUnit.swf" player="flash" toDir="${output.dir}/apps/automation_apps/bin" haltonfailure="false" verbose="true" /> + <flexunit swf="${output.dir}/apps/automation_apps/bin/VellumUnit.swf" player="flash" toDir="${output.dir}/apps/automation_apps/bin" haltonfailure="true" verbose="true" /> </target> </project>
