Changeset: 1c1f2dc639dc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1c1f2dc639dc Modified Files: testing/Mtest.py.in Branch: Oct2020 Log Message:
No need to show timeout if it is zero. 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 @@ -3059,7 +3059,7 @@ def DoIt(env, SERVER, CALL, TST, EXT, Te else: s = '%-*s ' % (length, TST) STDOUT.write('%s%s' % (prompt(), s)) - if isatty: + if isatty and TIMEOUT > 0: s = '(<=%d,%d,%d)' % (TIMEOUT, CTIMEOUT, STIMEOUT) STDOUT.write(s + '\b' * len(s)) _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list