Changeset: 2de06374672b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2de06374672b Modified Files: testing/Mz.py.in Branch: default Log Message:
disable progress when quiet diffs (13 lines): diff --git a/testing/Mz.py.in b/testing/Mz.py.in --- a/testing/Mz.py.in +++ b/testing/Mz.py.in @@ -1035,7 +1035,8 @@ def RunTest(env, test, oktests, pSrvr): test_counter = env.get('test_counter', 1) # print progress - progress(test_counter, env.get('test_count'), os.path.join(TSTDIR, TST + EXT)) + if not quiet: + progress(test_counter, env.get('test_count'), os.path.join(TSTDIR, TST + EXT)) # change to test target directory os.chdir(TSTTRGDIR) _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list