1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-11-23 22:45:08 +02:00

fix ptrack

This commit is contained in:
sfalkon
2017-11-03 15:52:42 +03:00
parent 2eea2dd433
commit 4c6e89a701

View File

@@ -129,7 +129,7 @@ class ProbackupTest(object):
self.paranoia = True
try:
testgres.configure_testgres(cache_initdb=False, cache_pg_config=False)
testgres.configure_testgres(cache_initdb=False, cache_pg_config=False, node_cleanup_full = False)
except:
pass