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

Gives more information in the log, to debug possible failures.
This commit is contained in:
Heikki Linnakangas 2015-07-09 16:15:09 +03:00
parent aaec6a6d37
commit 23b8928829
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ sub run_pg_rewind
{
# Do rewind using a remote connection as source
command_ok(['pg_rewind',
"--debug",
"--source-server",
"port=$port_standby dbname=postgres",
"--target-pgdata=$test_master_datadir"],