diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/installation.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 9c7f019392e..f64f3290447 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2108,6 +2108,12 @@ ninja detailed information about interpreting the test results. You can repeat this test at any later time by issuing the same command. </para> + + <para> + To run pg_regress and pg_isolation_regress tests against a running + postgres instance, specify <userinput>--setup running</userinput> as an + argument to <userinput>meson test</userinput>. + </para> </step> <step id="meson-install"> |
