diff options
author | Michael Paquier <michael@paquier.xyz> | 2023-02-15 15:01:24 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2023-02-15 15:01:24 +0900 |
commit | 8e0e0698f12bd77da38f6863ecdbe88a63ed49dc (patch) | |
tree | 9bffd1db37cd59bb61b2dfb970f87211882c57eb | |
parent | 9244c11afe23bce9358de3d36404151139e968d9 (diff) | |
download | postgresql-8e0e0698f12bd77da38f6863ecdbe88a63ed49dc.tar.gz postgresql-8e0e0698f12bd77da38f6863ecdbe88a63ed49dc.zip |
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
-rw-r--r-- | doc/src/sgml/installation.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 6619e69462f..aa7c782c3f2 100644 --- 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 |