Changeset: 6f4dcaf691d5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6f4dcaf691d5
Modified Files:
        testing/Mfilter.py
Branch: Apr2019
Log Message:

Don't produce extremely long lines of minuses in output files.
The html tables in the diffs can become completely unreadable.


diffs (12 lines):

diff --git a/testing/Mfilter.py b/testing/Mfilter.py
--- a/testing/Mfilter.py
+++ b/testing/Mfilter.py
@@ -167,6 +167,8 @@ def mFilter (FILE, IGNORE) :
            iline.startswith('# cmdline opt') or \
            iline.startswith('# config opt'):
             continue
+        if iline.startswith('#--------------------------'):
+            iline = '#--------------------------#\n'
         # normalize exponents in floating point representation: remove
         # leading zeros from exponent (but keeping at least one digit,
         # even if zero)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to