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

And another thinko, now in skipif handling.


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 -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to