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

Commit260ba85

Browse files
committed
Doc: remove claim that PROVE_FLAGS defaults to '--verbose'.
Commite9c81b6 changed this, but missed updating the documentation.The adjacent claim that we use TAP tests only in src/bin seems prettyobsolete as well. Minor other copy-editing.
1 parent3834abe commit260ba85

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

‎doc/src/sgml/regress.sgml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ make installcheck-world
207207
</para>
208208

209209
<para>
210-
The TAP tests areonlyrun when PostgreSQL was configured with the
210+
The TAP-based tests are run only when PostgreSQL was configured with the
211211
option <option>--enable-tap-tests</option>. This is recommended for
212212
development, but can be omitted if there is no suitable Perl installation.
213213
</para>
@@ -664,20 +664,19 @@ float8:out:i.86-.*-openbsd=float8-small-is-zero.out
664664
<title>TAP Tests</title>
665665

666666
<para>
667-
The client program tests under <filename>src/bin</filename> use the Perl
668-
TAP tools and are run by <command>prove</command>. You can pass
667+
Various tests, particularly the client program tests
668+
under <filename>src/bin</filename>, use the Perl TAP tools and are run
669+
using the Perl testing program <command>prove</command>. You can pass
669670
command-line options to <command>prove</command> by setting
670671
the <command>make</command> variable <varname>PROVE_FLAGS</>, for example:
671672
<programlisting>
672-
make -C src/bin check PROVE_FLAGS='--reverse'
673+
make -C src/bin check PROVE_FLAGS='--timer'
673674
</programlisting>
674-
The default is <literal>--verbose</literal>. See the manual page
675-
of <command>prove</command> for more information.
675+
See the manual page of <command>prove</command> for more information.
676676
</para>
677677

678678
<para>
679-
The tests written in Perl require the Perl
680-
module <literal>IPC::Run</literal>.
679+
The TAP tests require the Perl module <literal>IPC::Run</literal>.
681680
This module is available from CPAN or an operating system package.
682681
</para>
683682
</sect1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp