Changeset: 6f5d8d9396f8 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/6f5d8d9396f8
Modified Files:
        testing/sqllogictest.py
Branch: default
Log Message:

Merge with Dec2023 branch.


diffs (12 lines):

diff --git a/testing/sqllogictest.py b/testing/sqllogictest.py
--- a/testing/sqllogictest.py
+++ b/testing/sqllogictest.py
@@ -784,7 +784,7 @@ class SQLLogic:
                         if hashge:
                             skipping = True
                     elif words[1] == 'knownfail':
-                        if self.alltests:
+                        if not self.alltests:
                             skipping = True
                 elif words[0] == 'onlyif':
                     skipping = True
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to