summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2024-04-29 19:46:33 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2024-04-29 19:46:33 -0400
commitb0c5b215dace219ecf3b42cc2eb90abf7fd7a582 (patch)
tree4f45b9e8e8d6e2a44ba97f0cd24b5f628c58439c
parent534287403914cc9760db98f7320ac4e92f5d416e (diff)
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
-rw-r--r--src/test/modules/test_pg_dump/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/modules/test_pg_dump/meson.build b/src/test/modules/test_pg_dump/meson.build
index a4a439bc196..9b29ec20b66 100644
--- a/src/test/modules/test_pg_dump/meson.build
+++ b/src/test/modules/test_pg_dump/meson.build
@@ -13,8 +13,6 @@ tests += {
'sql': [
'test_pg_dump',
],
- # doesn't delete its user
- 'runningcheck': false,
},
'tap': {
'tests': [