1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-07 11:02:12 +03:00

Allow meson builds to run test_pg_dump test in installcheck mode.

This had been disabled because the test "doesn't delete its user".
It doesn't seem like a great idea for the meson tests to act
differently from the makefile tests, though, and the makefiles
had no such exception (which is how come only copperhead noticed
the problem just fixed in 534287403).  In any case, the premise
is false since 936e3fa37, so let's remove the restriction.

Discussion: https://postgr.es/m/2857513.1713733688@sss.pgh.pa.us
This commit is contained in:
Tom Lane 2024-04-29 19:46:33 -04:00 committed by Michael Paquier
parent 4dd17490fa
commit f663f4daf0

View File

@ -13,8 +13,6 @@ tests += {
'sql': [ 'sql': [
'test_pg_dump', 'test_pg_dump',
], ],
# doesn't delete its user
'runningcheck': false,
}, },
'tap': { 'tap': {
'tests': [ 'tests': [