Changeset: 19ea2e9b467d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=19ea2e9b467d Modified Files: testing/Mtest.py.in Branch: mtest Log Message:
fix sqllogic conn in Mtest diffs (14 lines): diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in --- a/testing/Mtest.py.in +++ b/testing/Mtest.py.in @@ -3286,7 +3286,9 @@ def DoIt(env, SERVER, CALL, TST, EXT, Te else: lang = 'mal' try: - sql.connect(hostname='localhost', + sql.connect(username=user or 'monetdb', + password=passwd or 'monetdb', + hostname='localhost', port=int(env['MAPIPORT']), database=TSTDB, language=lang) _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list