mirror of https://github.com/postgres/postgres
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:
parent
b82557ecc2
commit
afdd9f7f0e
|
@ -33,5 +33,6 @@ tests += {
|
|||
'test_pg_db_role_setting',
|
||||
],
|
||||
'regress_args': ['--no-locale', '--encoding=UTF8'],
|
||||
'runningcheck': false,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue