Changeset: e795f94289b6 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/e795f94289b6
Modified Files:
        testing/Mtest.py.in
Branch: Dec2023
Log Message:

Revert summary printing for testweb.


diffs (12 lines):

diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -4271,7 +4271,7 @@ VALUES (%s, '%s', '%s', '%s',
                 for f in Failure[x]:
                     what += "        %s\n" % f
         print(file=sys.stderr, end='', flush=True)
-        if verbosity == 0 or verbosity == 1:
+        if not testweb and (verbosity == 0 or verbosity == 1):
             if Failed or errseen:
                 prred('ERROR')
             else:
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to