Changeset: df115bd3ea58 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/df115bd3ea58 Modified Files: testing/Mtest.py.in Branch: Dec2023 Log Message:
When running 'Mtest.py -v' also print summary and time information at the end (as done when running 'Mtest.py') 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: + if 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