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

Commit61cf7bc

Browse files
committed
Fix isolation tester Makefile so that it runs in a VPATH build
1 parent01467d3 commit61cf7bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎src/test/isolation/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ maintainer-clean: distclean
6868
rm -f specparse.c specscanner.c
6969

7070
installcheck: all
71-
./pg_isolation_regress --schedule=$(srcdir)/isolation_schedule
71+
./pg_isolation_regress --inputdir=$(srcdir) --schedule=$(srcdir)/isolation_schedule
7272

7373
check: all
74-
./pg_isolation_regress --temp-install=./tmp_check --top-builddir=$(top_builddir) --schedule=$(srcdir)/isolation_schedule
74+
./pg_isolation_regress --temp-install=./tmp_check --inputdir=$(srcdir) --top-builddir=$(top_builddir) --schedule=$(srcdir)/isolation_schedule

‎src/test/isolation/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Test specification
2626
==================
2727

2828
Each isolation test is defined by a specification file, stored in the specs
29-
subdirectory. A test specification consists offive parts, in this order:
29+
subdirectory. A test specification consists offour parts, in this order:
3030

3131
setup { <SQL> }
3232

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp