mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
meson: Add 'running' test setup, as a replacement for installcheck
To run all tests that support running against existing server: $ meson test --setup running To run just the main pg_regress tests against existing server: $ meson test --setup running regress-running/regress To ensure the 'running' setup continues to work, test it as part of the freebsd CI task. Discussion: https://postgr.es/m/CAH2-Wz=XDQcmLoo7RR_i6FKQdDmcyb9q5gStnfuuQXrOGhB2sQ@mail.gmail.com
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user