未验证 提交 ecb0a9a9 编写于 作者: P Paul Guo 提交者: GitHub

Reserse answer file and output file in gpdiff command in tinc tests.

This makes the diff format align with that in pg_regression tests.
Personally I think the pg_regression format is more human understandable.
上级 3763b0aa
......@@ -48,7 +48,7 @@ class Gpdiff(Command):
if match_sub:
cmd_str += ' -gpd_init '
cmd_str += ' -gpd_init '.join(match_sub)
cmd_str += ' %s %s' % (out_file, ans_file)
cmd_str += ' %s %s' % (ans_file, out_file)
Command.__init__(self, 'run gpdiff', cmd_str)
@staticmethod
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册