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

Change default verbosity in 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
@@ -3382,6 +3382,8 @@ def main(argv) :
     addreqs = False
     all_tests = False
     testweb = opts.testweb
+    if testweb and verbosity == 0:
+        verbosity = 1
     CONDITIONALS['RELEASERUN'] = opts.releaserun
     nomito = opts.nomito
     global restart
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to