We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a52320 + 3071cec commit e963f64Copy full SHA for e963f64
tests/archive.py
@@ -317,7 +317,7 @@ def test_pgpro434_4(self):
317
gdb.set_breakpoint('pg_stop_backup')
318
gdb.run_until_break()
319
320
- self.set_auto_conf(node, {'archive_command': "'exit 1'"})
+ self.set_auto_conf(node, {'archive_command': 'exit 1'})
321
node.reload()
322
323
os.environ["PGAPPNAME"] = "foo"
0 commit comments