Changeset: c9b1b96e6aa9 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c9b1b96e6aa9
Modified Files:
        testing/Mtest.py.in
Branch: Jun2020-mmt
Log Message:

Fix for special monetdb version.


diffs (12 lines):

diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -3809,7 +3809,7 @@ def main(argv) :
         par['IGNORE'] = opts.ignore
         par['CONTEXT'] = str(opts.context)
         a = opts.accuracy
-        if testweb or int(MonetDB_VERSION[1])%2 == 0 or opts.alltests or 
CONDITIONALS['MERCURIAL']:
+        if testweb or opts.alltests or CONDITIONALS['MERCURIAL']:
             CONDITIONALS['KNOWNFAIL'] = 'execute'
         if a not in (-1,0,1,2):
             ErrExit('Accuracy for diff (-A) must be one of: 0=lines, 1=words, 
2=chars !')
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to