mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +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:
@ -84,6 +84,7 @@ tests += {
|
||||
'test_kwargs': {
|
||||
'depends': ecpg_test_dependencies,
|
||||
},
|
||||
'dbname': 'ecpg1_regression,ecpg2_regression',
|
||||
'regress_args': ecpg_regress_args,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user