Commit 23b89288 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Use --debug flag in "remote" pg_rewind regression tests.

Gives more information in the log, to debug possible failures.
parent aaec6a6d
...@@ -295,6 +295,7 @@ sub run_pg_rewind ...@@ -295,6 +295,7 @@ sub run_pg_rewind
{ {
# Do rewind using a remote connection as source # Do rewind using a remote connection as source
command_ok(['pg_rewind', command_ok(['pg_rewind',
"--debug",
"--source-server", "--source-server",
"port=$port_standby dbname=postgres", "port=$port_standby dbname=postgres",
"--target-pgdata=$test_master_datadir"], "--target-pgdata=$test_master_datadir"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment