Skip to content

Commit e39bdfc

Browse files
committed
remove everything on cleanup() by default
1 parent 1c90723 commit e39bdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: testgres/testgres.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class TestgresConfig:
8989
cached_initdb_dir = None
9090

9191
# shall we remove EVERYTHING (including logs)?
92-
node_cleanup_full = False
92+
node_cleanup_full = True
9393

9494

9595
class TestgresException(Exception):

0 commit comments

Comments
 (0)