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