Changeset: e4b515d72aa0 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e4b515d72aa0 Modified Files: clients/mapilib/Tests/tlssecurity.py Branch: monetdburl Log Message:
Still trying to make tlssecurity.py find tlstester.py on Windows diffs (16 lines): diff --git a/clients/mapilib/Tests/tlssecurity.py b/clients/mapilib/Tests/tlssecurity.py --- a/clients/mapilib/Tests/tlssecurity.py +++ b/clients/mapilib/Tests/tlssecurity.py @@ -6,11 +6,7 @@ import subprocess import sys import threading -# On Windows we need to adjust the Python path -here = os.environ.get('TSTSRCDIR', None) -if here: - sys.path = [ here, *sys.path ] - +sys.path.append(os.environ.get('TSTSRCDIR','.')) import tlstester logging.basicConfig(level=logging.WARNING) _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org