You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2014/11/03 21:50:52 UTC

[10/44] git commit: [flex-tlf] [refs/heads/tables] - Halt TLF build on tests failure

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 <pi...@gmail.com>
Authored: Mon Oct 13 07:44:04 2014 +0200
Committer: piotrz <pi...@gmail.com>
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>