Changeset: 4c7a3024462b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/4c7a3024462b
Modified Files:
        ctest/tools/monetdbe/Tests/example_proxy.SQL.py
Branch: Aug2024
Log Message:

Exit if there is an error in example_proxy test


diffs (11 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
@@ -19,6 +19,7 @@ results = subprocess.run(cmd, stdout=sub
 
 if results.stderr:
     print(results.stderr)
+    exit(1)
 
 lines = results.stdout.splitlines()
 
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to