Changeset: c61d3254f234 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c61d3254f234 Modified Files: testing/Mtest.py.in Branch: Jul2017 Log Message:
Fix for changeset 9413a8098bfb. diffs (16 lines): diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in --- a/testing/Mtest.py.in +++ b/testing/Mtest.py.in @@ -3983,10 +3983,11 @@ def main(argv) : w = {} for i in 'SYST', 'RELEASE', 'DIST', 'VERSION', 'BITS', 'ARCH', 'INT128', 'SINGLE': w[i] = re.escape(v[i]) - for i in 'INT128', 'SINGLE': + for i in 'BITS', 'ARCH', 'INT128', 'SINGLE': j = 'TST_'+i env[j] = v[i] os.environ[j] = v[i] + for i in 'INT128', 'SINGLE': if v[i]: v[i] = '(.%s)?' % v[i] w[i] = '(\.%s)?' % w[i] _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list