Changeset: 88c5c790f0fc for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=88c5c790f0fc Modified Files: testing/Mtest.py.in Branch: Jul2015 Log Message:
Ignore differences of "MAPI = " lines when approving. 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 @@ -1328,7 +1328,7 @@ def ApproveOutput (env, TST) : patch = os.path.join(os.sep, 'tmp') patch = os.path.join(patch, "%s.patch-%s" % (os.path.basename(stableOUTPUT), str(os.getpid()))) f = open(patch + '.0', 'w') - proc = process.Popen(['diff', '-Bb', '-I^[#=]', '-U0', + proc = process.Popen(['diff', '-Bb', '-I^[#=]', '-I^MAPI *=', '-U0', stableOUTPUT, testOUTPUT], stdout = f) proc.wait() _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list