mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
tests: windows compatibility, cross-platform path for base_dir
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ class SimpleAuthTest(ProbackupTest, unittest.TestCase):
|
||||
"""
|
||||
fname = self.id().split('.')[3]
|
||||
node = self.make_simple_node(
|
||||
base_dir="{0}/{1}/node".format(module_name, fname),
|
||||
base_dir=os.path.join(module_name, fname, 'node'),
|
||||
set_replication=True,
|
||||
initdb_params=['--data-checksums'],
|
||||
pg_options={
|
||||
|
||||
Reference in New Issue
Block a user