Changeset: cace64e39e17 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cace64e39e17 Modified Files: testing/Mtest.py.in Branch: Jun2020 Log Message:
Fix interfacing to sqllogictest.SQLLogic. 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 @@ -3196,7 +3196,7 @@ def DoIt(env, SERVER, CALL, TST, EXT, Te break elif CALL == "sqltest": import MonetDBtesting.sqllogictest as sqllogictest - sql = sqllogictest.SQLLogic(ClntErr) + sql = sqllogictest.SQLLogic(out=ClntErr) try: sql.connect(hostname='localhost', port=int(env['MAPIPORT']), _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list