diff macros.xml @ 0:d4690e65afcd draft

Uploaded
author bcclaywell
date Thu, 26 Feb 2015 18:16:36 -0500
parents
children 3c50a937d7c1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Thu Feb 26 18:16:36 2015 -0500
@@ -0,0 +1,8 @@
+<macros>
+  <macro name="basic_errors">
+    <exit_code range="1:" level="fatal"/>
+    <regex match="error" level="fatal"/>
+    <regex match="traceback" level="fatal"/>
+    <regex match="warning" level="warning"/>
+  </macro>
+</macros>