Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9244c11
)
doc: Fix spelling of option -Dtap_tests for meson
author
Michael Paquier
<michael@paquier.xyz>
Wed, 15 Feb 2023 06:01:24 +0000
(15:01 +0900)
committer
Michael Paquier
<michael@paquier.xyz>
Wed, 15 Feb 2023 06:01:24 +0000
(15:01 +0900)
This option was documented as -Dtap-tests, but the option requires an
underscore in its name.
Author: Katsuragi Yuta
Discussion: https://postgr.es/m/
cff4558e170be78d8fd64ed45edbe1cb
@oss.nttdata.com
doc/src/sgml/installation.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/installation.sgml
b/doc/src/sgml/installation.sgml
index 6619e69462f84dc836593c2c4dbd1498e7488c95..aa7c782c3f295fb8e756c5c67e4d3d7bb5397fef 100644
(file)
--- a/
doc/src/sgml/installation.sgml
+++ b/
doc/src/sgml/installation.sgml
@@
-3052,7
+3052,7
@@
ninja install
</varlistentry>
<varlistentry id="configure-tap-tests-meson">
- <term><option>-Dtap
-
tests={ auto | enabled | disabled }</option></term>
+ <term><option>-Dtap
_
tests={ auto | enabled | disabled }</option></term>
<listitem>
<para>
Enable tests using the Perl TAP tools. Defaults to auto and requires