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

Commitb026f10

Browse files
committed
[ci]: Update make_test_base to reorder pg_pathman extension
1 parent58910ca commitb026f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.ci/make_test_base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if exitcode:
2727
sys.exit(exitcode)
2828
# Collect extra config option
2929
addopts={}
30-
formoduleinglob.glob("contrib/*"):
30+
formoduleinsorted(glob.glob("contrib/*"),cmp=lambdaa,b:1ifa=="pg_pathman"else-1):
3131
ifnotos.path.isdir(module):
3232
continue
3333
ifnotos.access(module+"/Makefile",os.R_OK):
@@ -56,7 +56,7 @@ for module in glob.glob("contrib/*"):
5656
else:
5757
addopts[opt]=value
5858

59-
ifaddopts:
59+
ifaddopts:
6060
withopen(datadir+"/postgresql.conf","a")asf:
6161
foropt,valueinaddopts.items():
6262
print>>f,"%s=%s"%(opt,value)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp