Changeset: 5b54400567a5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5b54400567a5
Modified Files:
testing/Mz.py.in
Branch: mtest
Log Message:
disable verbose print in err files
diffs (18 lines):
diff --git a/testing/Mz.py.in b/testing/Mz.py.in
--- a/testing/Mz.py.in
+++ b/testing/Mz.py.in
@@ -1621,10 +1621,10 @@ def RunIt(cmd, onechild, TestIn, TestOut
TestIn = process.PIPE
else:
TestInput = None
- TestOut.write(Prompt(cmd))
- TestOut.flush()
- TestErr.write(Prompt(cmd))
- TestErr.flush()
+ #TestOut.write(Prompt(cmd))
+ #TestOut.flush()
+ #TestErr.write(Prompt(cmd))
+ #TestErr.flush()
if procdebug:
print('RunIt: starting process "%s"\n' % '" "'.join(cmd))
setpgrp = True
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list