Changeset: d0e3e7fe737a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d0e3e7fe737a Modified Files: testing/Mtest.py.in Branch: Aug2024 Log Message:
Set ODBCINI environment variable to point to private odbc.ini file. diffs (11 lines): diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in --- a/testing/Mtest.py.in +++ b/testing/Mtest.py.in @@ -2249,6 +2249,7 @@ Password = {passwd or "monetdb"}-Wrong orig_odbcini = os.environ.pop('ODBCINI', None) orig_odbcinstini = os.environ.pop('ODBCINSTINI', None) os.environ['ODBCSYSINI'] = TSTTRGDIR + os.environ['ODBCINI'] = os.path.join(TSTTRGDIR, 'odbc.ini') STABLEout,STABLEerr = StableOutErr(env,par,TST,SYST,RELEASE,DIST,VERSION) TIMEOUT = par['TIMEOUT'] _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org