meson: Add 'running' test setup, as a replacement for installcheck

Do the same as 3f0e786ccb for test_pg_db_role_setting.

Discussion: https://postgr.es/m/20221227065456.GU1153@telsasoft.com
Author: Pavel Borisov
Reviewed-by: Justin Pryzby, Tom Lane
This commit is contained in:
Alexander Korotkov 2023-01-05 13:11:28 +03:00
parent b82557ecc2
commit afdd9f7f0e
1 changed files with 1 additions and 0 deletions

View File

@ -33,5 +33,6 @@ tests += {
'test_pg_db_role_setting',
],
'regress_args': ['--no-locale', '--encoding=UTF8'],
'runningcheck': false,
},
}