projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b82557e
)
meson: Add 'running' test setup, as a replacement for installcheck
author
Alexander Korotkov
Thu, 5 Jan 2023 10:11:28 +0000
(13:11 +0300)
committer
Alexander Korotkov
Thu, 5 Jan 2023 10:11:28 +0000
(13:11 +0300)
Do the same as
3f0e786ccbf5
for test_pg_db_role_setting.
Discussion: https://postgr.es/m/
20221227065456
[email protected]
Author: Pavel Borisov
Reviewed-by: Justin Pryzby, Tom Lane
src/test/modules/test_pg_db_role_setting/meson.build
patch
|
blob
|
blame
|
history
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 6db1333f2efaaec7a1b94307887ad91a99337686..9ad525aeb8621c1560d744147d7b7cde13e8a582 100644
(file)
--- 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,
},
}