Changeset: b6839e793a64 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/b6839e793a64
Modified Files:
        testing/Mtest.py.in
Branch: Jul2021
Log Message:

Typo.


diffs (12 lines):

diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -2761,7 +2761,7 @@ def DoIt(env, SERVER, CALL, TST, EXT, Te
                     os.makedirs(os.path.join(env['GDK_DBFARM'], TSTPREF + 
'_transient'))
                 elif env.get('TRANS_INMEM'):
                     Srvr.append('--dbextra=in-memory')
-                Srvr.extens(mserver5_opts)
+                Srvr.extend(mserver5_opts)
                 pSrvr = ServerClass(Srvr, SrvrOut, SrvrErr, TIMEOUT, 
os.path.join(dbpath, '.started'))
                 pSrvr.LaunchIt()
                 os.environ['MAPIPORT'] = env['MAPIPORT'] = pSrvr.port
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to