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

Commitb5cb4db

Browse files
Provide error hint if TAP tests are not enabled
The error message for trying to run the TAP tests in a tree notconfigured with --enable-tap-tests is quite terse, and could bemade more helpful to new developers onboarding to postgres. Thisadds a small hint on how to get the tests running in such cases.Author: Kevin Burke <kevin@burke.dev>Discussion:https://postgr.es/m/CAKcy5ejKVYwUXguQcd6i9KHDm7cM7FzjQ+aayaPveoa_woyQpQ@mail.gmail.com
1 parent941921b commitb5cb4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Makefile.global.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ cd $(srcdir) && \
476476
endef
477477

478478
else
479-
prove_installcheck = @echo "TAP tests not enabled"
479+
prove_installcheck = @echo "TAP tests not enabled. Try configuring with --enable-tap-tests"
480480
prove_check =$(prove_installcheck)
481481
endif
482482

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp