Changeset: b969c05559aa for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b969c05559aa Modified Files: sql/test/bincopy/Tests/bincopy_support.py Branch: copybinary Log Message:
Debugging aid diffs (11 lines): diff --git a/sql/test/bincopy/Tests/bincopy_support.py b/sql/test/bincopy/Tests/bincopy_support.py --- a/sql/test/bincopy/Tests/bincopy_support.py +++ b/sql/test/bincopy/Tests/bincopy_support.py @@ -43,6 +43,7 @@ def make_fill_in(side): def run_test(side, code): code = re.sub(r'@(\w+)@', make_fill_in(side), code) code = f"START TRANSACTION;\n{code}\nROLLBACK;" + open(os.path.join(BINCOPY_FILES, 'test.sql'), "w").write(code) with process.client('sql', stdin=process.PIPE, input=code, _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list