Changeset: 206eb972fd48 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=206eb972fd48
Modified Files:
sql/test/bincopy/Tests/bincopy_support.py
Branch: copybinary
Log Message:
Remove some leftover printf debugging code
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
@@ -78,7 +78,6 @@ def run_test(side, testcase):
with SQLTestCase() as tc:
tr = tc.execute(code, '-fcsv', client='mclient')
- print(repr(tr.data), file=sys.stderr)
if isinstance(expected_result, list):
tr.assertSucceeded()
tr.assertDataResultMatch(expected_result)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list