From 3f0e786ccbf50a2f819fbf72d51ba13221adaaa1 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Wed, 7 Dec 2022 12:13:35 -0800 Subject: 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 --- doc/src/sgml/installation.sgml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/src') 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. + + + To run pg_regress and pg_isolation_regress tests against a running + postgres instance, specify --setup running as an + argument to meson test. + -- cgit v1.2.3