Skip to content
Snippets Groups Projects
Commit 23b89288 authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

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

Gives more information in the log, to debug possible failures.
parent aaec6a6d
No related branches found
No related tags found
No related merge requests found
...@@ -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"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment