mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
fix ArchiveTest.test_pgpro434_4
This commit is contained in:
+1
-1
@@ -317,7 +317,7 @@ class ArchiveTest(ProbackupTest, unittest.TestCase):
|
||||
gdb.set_breakpoint('pg_stop_backup')
|
||||
gdb.run_until_break()
|
||||
|
||||
self.set_auto_conf(node, {'archive_command': "'exit 1'"})
|
||||
self.set_auto_conf(node, {'archive_command': 'exit 1'})
|
||||
node.reload()
|
||||
|
||||
os.environ["PGAPPNAME"] = "foo"
|
||||
|
||||
Reference in New Issue
Block a user