summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Korotkov2023-01-05 10:11:28 +0000
committerAlexander Korotkov2023-01-05 10:11:28 +0000
commitafdd9f7f0e001f109472df513eb416cc967bc199 (patch)
tree762fdb6a1f16d09cd61e4810b011addaf20a4535 /src
parentb82557ecc2ebbf649142740a1c5ce8d19089f620 (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
Diffstat (limited to 'src')
-rw-r--r--src/test/modules/test_pg_db_role_setting/meson.build1
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,
},
}