changeset 29:c75a787fd1b1 draft

Uploaded
author bornea
date Thu, 28 Jan 2016 16:33:34 -0500
parents b7e5a9bfa620
children d17e684912a1
files saint_wrapper.xml
diffstat 1 files changed, 11 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/saint_wrapper.xml	Thu Jan 28 16:32:34 2016 -0500
+++ b/saint_wrapper.xml	Thu Jan 28 16:33:34 2016 -0500
@@ -18,10 +18,18 @@
     <data format="txt" name="output" />
   </outputs>
   <stdio>
-    <regex match="error"
-	   source="stdout"
+    <regex match="Error|error"
+     source="stdout"
            level="fatal"
            description="Unknown error"/>
+    <regex match="Error|error"
+     source="stderr"
+           level="fatal"
+           description="Unknown error"/>
+    <regex match="Error: bad bait"
+           source="stdout"
+           level="fatal"
+           description="Error: bad bait"/>
   </stdio> 
 
   <tests>
@@ -31,8 +39,6 @@
     </test>
   </tests>
   <help>
-    <!--
-      AB: Needs some help probably copy paste from Saint manual if that is okay.
-    -->
+
   </help>
 </tool>