提交 6ef6935d 编写于 作者: H Heikki Linnakangas 提交者: Xin Zhang

gpinitstandby -F no longer needs "pg_system:" prefix, fix test.

上级 87a27f74
......@@ -50,7 +50,7 @@ class OOMClass(object):
def create_standby(self):
self.pgutil.clean_dir(self.host,self.standby_loc)
self.gpinit.run(option = '-P %s -s %s -F pg_system:%s' % (self.standby_port, self.host, self.standby_loc))
self.gpinit.run(option = '-P %s -s %s -F %s' % (self.standby_port, self.host, self.standby_loc))
def setup_oom(self):
# Build it before testing.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册