Changeset: 56c626a09fcb for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/56c626a09fcb Modified Files: ctest/tools/monetdbe/Tests/example_proxy.SQL.py Branch: default Log Message:
Improved error message. diffs (12 lines): diff --git a/ctest/tools/monetdbe/Tests/example_proxy.SQL.py b/ctest/tools/monetdbe/Tests/example_proxy.SQL.py --- a/ctest/tools/monetdbe/Tests/example_proxy.SQL.py +++ b/ctest/tools/monetdbe/Tests/example_proxy.SQL.py @@ -24,7 +24,7 @@ lines = results.stdout.splitlines() if len(lines) != 3: print(results.stdout) - print("Too many output lines.") + print("Received {} lines, expected 3".format(len(lines))) exit(1) def test_equal(expected, received): _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org