We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6ec34f8 commitdfcf2d4Copy full SHA for dfcf2d4
tests/incr_restore.py
@@ -808,7 +808,8 @@ def test_incr_restore_multiple_external(self):
808
809
self.set_config(
810
backup_dir,'node',
811
-options=['-E{0}:{1}'.format(external_dir1,external_dir2)])
+options=['-E{0}{1}{2}'.format(
812
+external_dir1,self.EXTERNAL_DIRECTORY_DELIMITER,external_dir2)])
813
814
# cmdline option MUST override options in config
815
self.backup_node(
@@ -879,7 +880,8 @@ def test_incr_lsn_restore_multiple_external(self):
879
880
881
882
883
884
885
886
887