mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 14:54:26 -04:00
Add missing cleanup logic in pg_rewind/t/005_same_timeline.pl test.
Per Michael Paquier
This commit is contained in:
parent
4b021aa610
commit
2c24f0f092
1 changed files with 2 additions and 0 deletions
|
|
@ -12,3 +12,5 @@ RewindTest::setup_cluster();
|
|||
RewindTest::start_master();
|
||||
RewindTest::create_standby();
|
||||
RewindTest::run_pg_rewind('local');
|
||||
RewindTest::clean_rewind_test();
|
||||
exit(0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue