diff macros.xml @ 1:c397035f715d draft

"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/velvet commit c5031ee00f5d61be43d2d6a1349870d6c8a817de"
author iuc
date Tue, 16 Jun 2020 16:57:48 +0000
parents c170448acc8a
children
line wrap: on
line diff
--- a/macros.xml	Mon Nov 09 12:02:53 2015 -0500
+++ b/macros.xml	Tue Jun 16 16:57:48 2020 +0000
@@ -9,11 +9,12 @@
   <xml name="stdio">
     <stdio>
       <!-- Anything other than zero is an error -->
-      <exit_code range="1:"/>
-      <exit_code range=":-1"/>
+      <exit_code level="fatal" range="1:"/>
+      <exit_code level="fatal" range=":-1"/>
       <!-- In case the return code has not been set propery check stderr too -->
-      <regex match="Error:"/>
-      <regex match="Exception:"/>
+      <regex level="fatal" match="Error:" source="both" />
+      <regex level="fatal" match="Exception:" source="both" />
+      <regex level="fatal_oom" match="Can't calloc" source="both" />
     </stdio>
   </xml>
   <xml name="citation">