From 8edd6638820a2b407367af57c5db22c379dfa607 Mon Sep 17 00:00:00 2001 From: Pavel Borisov Date: Mon, 2 Jan 2023 12:30:16 +0400 Subject: [PATCH] meson: Add 'running' test setup, as a replacement for installcheck Does the same as 3f0e786ccbf5 for test_pg_db_role_setting --- src/test/modules/test_pg_db_role_setting/meson.build | 1 + 1 file changed, 1 insertion(+) 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 9a2b688049c..48d261ad8b8 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, }, } -- 2.24.3 (Apple Git-128)