Changeset: d3f8b4433034 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d3f8b4433034
Modified Files:
        ctest/tools/monetdbe/Tests/example_proxy.SQL.py
Branch: Sep2022
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 -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to