Repository 'saint_tool'
hg clone https://toolshed.g2.bx.psu.edu/repos/bornea/saint_tool

Changeset 29:c75a787fd1b1 (2016-01-28)
Previous changeset 28:b7e5a9bfa620 (2016-01-28) Next changeset 30:d17e684912a1 (2016-01-28)
Commit message:
Uploaded
modified:
saint_wrapper.xml
b
diff -r b7e5a9bfa620 -r c75a787fd1b1 saint_wrapper.xml
--- a/saint_wrapper.xml Thu Jan 28 16:32:34 2016 -0500
+++ b/saint_wrapper.xml Thu Jan 28 16:33:34 2016 -0500
b
@@ -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>