Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed90318

Browse files
committed
tests: fix probackup_old_path
1 parent 7208978 commit ed90318

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/helpers/ptrack_helpers.py

+2
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ def __init__(self, *args, **kwargs):
252252
os.environ['PATH'] = os.path.dirname(
253253
self.probackup_path) + ":" + os.environ['PATH']
254254

255+
self.probackup_old_path = None
256+
255257
if "PGPROBACKUPBIN_OLD" in self.test_env:
256258
if (
257259
os.path.isfile(self.test_env["PGPROBACKUPBIN_OLD"]) and

0 commit comments

Comments
 (0)