Changeset: 33b3362d15cc for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/33b3362d15cc
Modified Files:
testing/Mtest.py.in
Branch: Jan2022
Log Message:
Print missing newline in single verbose mode.
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
@@ -2324,6 +2324,8 @@ def RunTest(env, TST, COND, oktests, len
prred('ERROR')
if verbosity == 0 and (FailedOut > F_WARN or FailedErr >
F_WARN):
print(':', os.path.join(TSTDIR, TST + EXT))
+ elif verbosity == 1:
+ print()
elif FailedOut > F_WARN or FailedErr > F_WARN:
print()
print('========================================')
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]