Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 23b8928

Browse files
committed
Use --debug flag in "remote" pg_rewind regression tests.
Gives more information in the log, to debug possible failures.
1 parent aaec6a6 commit 23b8928

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/pg_rewind/RewindTest.pm

+1
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ sub run_pg_rewind
295295
{
296296
# Do rewind using a remote connection as source
297297
command_ok(['pg_rewind',
298+
"--debug",
298299
"--source-server",
299300
"port=$port_standby dbname=postgres",
300301
"--target-pgdata=$test_master_datadir"],

0 commit comments

Comments
 (0)