Changeset: 04cd5957fd46 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=04cd5957fd46
Modified Files:
testing/Mtest.py.in
Branch: Jul2015
Log Message:
Typo, and make sure lines don't overflow on Windows.
diffs (14 lines):
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -164,8 +164,8 @@ setpgrp = False
ttywidth = 0
if isatty and os.isatty(sys.stdin.fileno()):
- if os.name != 'nt':
- ttywidth = 80
+ if os.name == 'nt':
+ ttywidth = 79
else:
try:
proc = process.Popen(['stty', '-a'], stdout = process.PIPE,
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list