Changeset: e357cdf582ec for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/e357cdf582ec
Modified Files:
testing/Mtest.py.in
Branch: Sep2022
Log Message:
Remove useless double --dbextra argument.
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
@@ -2805,14 +2805,6 @@ def DoIt(env, SERVER, CALL, TST, EXT, Te
Srvr.append('--dbextra=in-memory')
if os.path.isfile(TST + '.options5'):
Srvr.extend(openutf8(TST + '.options5').read().split())
-
- if env.get('MULTIFARM'):
- Srvr.append('--dbextra=%s' %
os.path.join(env['GDK_DBFARM'], TSTPREF + '_transient'))
- shutil.rmtree(os.path.join(env['GDK_DBFARM'], TSTPREF +
'_transient'),
- ignore_errors = True)
- os.makedirs(os.path.join(env['GDK_DBFARM'], TSTPREF +
'_transient'))
- elif env.get('TRANS_INMEM'):
- Srvr.append('--dbextra=in-memory')
Srvr.extend(mserver5_opts)
pSrvr = ServerClass(Srvr, SrvrOut, SrvrErr, TIMEOUT,
os.path.join(dbpath, '.started'))
pSrvr.LaunchIt()
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]