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

Commitd0eb414

Browse files
Merge remote-tracking branch 'origin/D20250227_001--pg_config-bindir' into D20250226_001--ci_and_ssh
2 parentse8bf7d6 +103bcd2 commitd0eb414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎run_tests.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ time coverage run -a -m pytest -l -v -n 4 -k "TestgresTests"
4343

4444
# run tests (PG_BIN)
4545
time \
46-
PG_BIN=$(dirname$(whichpg_config)) \
46+
PG_BIN=$(pg_config --bindir) \
4747
coverage run -a -m pytest -l -v -n 4 -k"TestgresTests"
4848

4949

5050
# run tests (PG_CONFIG)
5151
time \
52-
PG_CONFIG=$(whichpg_config) \
52+
PG_CONFIG=$(pg_config --bindir)/pg_config \
5353
coverage run -a -m pytest -l -v -n 4 -k"TestgresTests"
5454

5555

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp