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

Skip to content

Commit 236a906

Browse files
committed
tests: do not use remote archive-push/archive-get
1 parent 87dd195 commit 236a906

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
@@ -943,8 +943,8 @@ def set_archiving(
943943
backup_dir.replace("\\","\\\\"),
944944
instance)
945945

946-
if self.remote:
947-
archive_command = archive_command + '--remote-proto=ssh --remote-host=localhost '
946+
# if self.remote:
947+
# archive_command = archive_command + '--remote-proto=ssh --remote-host=localhost '
948948

949949
if self.archive_compress or compress:
950950
archive_command = archive_command + '--compress '

0 commit comments

Comments
 (0)