Changeset: 46b2d7c25f5f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=46b2d7c25f5f
Modified Files:
        testing/Mfilter.py.in
Branch: default
Log Message:

Merge from Feb2013 branch.


diffs (12 lines):

diff --git a/testing/Mfilter.py.in b/testing/Mfilter.py.in
--- a/testing/Mfilter.py.in
+++ b/testing/Mfilter.py.in
@@ -59,6 +59,8 @@ test = (
                     r'^exit X_\d+;$',
                 # varying width of table frames
                     r'^\+[=-]+\+$',
+                # varying error message
+                    r"^ERROR = !conversion of string '.*' to type [^ ]* 
failed\.$",
                  ])+')',  re.MULTILINE),
         # warnings and messages that should be treated as errors:
         re.compile('(?:'+')|(?:'.join([
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to