Remove extra regress check arguments from test_pg_db_role_setting

They were accidentally copied from test_oat_hooks.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20230102154240.GL1153%40telsasoft.com
Reviewed-by: Pavel Borisov
pull/111/head
Alexander Korotkov 3 years ago
parent afdd9f7f0e
commit 529da086ba
  1. 3
      src/test/modules/test_pg_db_role_setting/Makefile
  2. 1
      src/test/modules/test_pg_db_role_setting/meson.build

@ -13,9 +13,6 @@ REGRESS = test_pg_db_role_setting
# disable installcheck for now
NO_INSTALLCHECK = 1
# and also for now force NO_LOCALE and UTF8
ENCODING = UTF8
NO_LOCALE = 1
ifdef USE_PGXS
PG_CONFIG = pg_config

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

Loading…
Cancel
Save