Changeset: 3cd4cc1ef07d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3cd4cc1ef07d
Modified Files:
testing/Mtest.py.in
Branch: Dec2016
Log Message:
Stop printing netstat output when mserver fails at start of testing.
diffs (18 lines):
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -3126,14 +3126,6 @@ def Check(command, input) :
STDERR.write("\n")
STDERR.flush()
#sys.exit(1)
- if sys.platform == 'linux2':
- proc = process.Popen(['netstat', '-ap'],
- stdout = process.PIPE,
- stderr = process.PIPE,
- universal_newlines = True)
- out, err = proc.communicate()
- STDERR.write(err)
- STDOUT.write(out)
if noErr:
STDOUT.flush()
STDERR.writelines(noErr)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list