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

Skip to content

Commit cbef806

Browse files
committed
tests: minor fix
1 parent f296a8a commit cbef806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/helpers/ptrack_helpers.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1037,10 +1037,10 @@ def set_archiving(
10371037
archive_command = archive_command + '--overwrite '
10381038

10391039
if os.name == 'posix':
1040-
archive_command = archive_command + '--wal-file-path %p --wal-file-name %f'
1040+
archive_command = archive_command + '--wal-file-path=%p --wal-file-name=%f'
10411041

10421042
elif os.name == 'nt':
1043-
archive_command = archive_command + '--wal-file-path "%p" --wal-file-name "%f"'
1043+
archive_command = archive_command + '--wal-file-path="%p" --wal-file-name="%f"'
10441044

10451045
node.append_conf(
10461046
'postgresql.auto.conf',

0 commit comments

Comments
 (0)