diff recipe.xml @ 72:b2d371dac270

Allow individual steps of a recipe to be marked as optional, i.e. that an error in such a step should not mean that the build failed.
author cmlenz
date Fri, 01 Jul 2005 11:09:12 +0000
parents 82a9c225f073
children 5bf22bb87915
line wrap: on
line diff
--- a/recipe.xml
+++ b/recipe.xml
@@ -17,7 +17,7 @@
         </reports>
     </step>
 
-    <step id="lint" title="Run Pylint"
+    <step id="lint" title="Run Pylint" onerror="ignore"
           description="Run Pylint to check for bad style and potential errors">
         <c:make target="pylint"/>
         <reports>
Copyright (C) 2012-2017 Edgewall Software