Skip to content

Commit 8e0e069

Browse files
committed
doc: Fix spelling of option -Dtap_tests for meson
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
1 parent 9244c11 commit 8e0e069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/installation.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3052,7 +3052,7 @@ ninja install
30523052
</varlistentry>
30533053

30543054
<varlistentry id="configure-tap-tests-meson">
3055-
<term><option>-Dtap-tests={ auto | enabled | disabled }</option></term>
3055+
<term><option>-Dtap_tests={ auto | enabled | disabled }</option></term>
30563056
<listitem>
30573057
<para>
30583058
Enable tests using the Perl TAP tools. Defaults to auto and requires

0 commit comments

Comments
 (0)