Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3837a62

Browse files
committed
tests: fix env in test_archive_pg_receivexlog_partial_handling
1 parent23b00b1 commit3837a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,7 @@ def test_archive_pg_receivexlog_partial_handling(self):
20322032

20332033
env=self.test_env
20342034
env["PGAPPNAME"]=app_name
2035-
pg_receivexlog=self.run_binary(cmdline,asynchronous=True,env)
2035+
pg_receivexlog=self.run_binary(cmdline,asynchronous=True,env=env)
20362036

20372037
ifpg_receivexlog.returncode:
20382038
self.assertFalse(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp