changed <end on="FAILED"/> to <fail on="FAILED"/>

This commit is contained in:
dhgarrette
2009-03-07 00:00:18 +00:00
parent 78c88afce0
commit c92b45a6fc

View File

@@ -14,7 +14,7 @@
<job id="skipJob" incrementer="incrementer">
<step id="step1" ref="firstPass">
<end on="FAILED" exit-code="FAILED"/>
<fail on="FAILED" exit-code="FAILED"/>
<next on="COMPLETED WITH SKIPS" to="errorPrint1" />
<next on="*" to="step2" />
</step>