diff options
author | Alexander Korotkov | 2023-01-05 10:11:28 +0000 |
---|---|---|
committer | Alexander Korotkov | 2023-01-05 10:11:28 +0000 |
commit | afdd9f7f0e001f109472df513eb416cc967bc199 (patch) | |
tree | 762fdb6a1f16d09cd61e4810b011addaf20a4535 | |
parent | b82557ecc2ebbf649142740a1c5ce8d19089f620 (diff) |
meson: Add 'running' test setup, as a replacement for installcheck
Do the same as 3f0e786ccbf5 for test_pg_db_role_setting.
Discussion: https://postgr.es/m/[email protected]
Author: Pavel Borisov
Reviewed-by: Justin Pryzby, Tom Lane
-rw-r--r-- | src/test/modules/test_pg_db_role_setting/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/modules/test_pg_db_role_setting/meson.build b/src/test/modules/test_pg_db_role_setting/meson.build index 6db1333f2e..9ad525aeb8 100644 --- a/src/test/modules/test_pg_db_role_setting/meson.build +++ b/src/test/modules/test_pg_db_role_setting/meson.build @@ -33,5 +33,6 @@ tests += { 'test_pg_db_role_setting', ], 'regress_args': ['--no-locale', '--encoding=UTF8'], + 'runningcheck': false, }, } |