Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b0c5b21

Browse files
committed
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 5342874). In any case, the premise is false since 936e3fa, so let's remove the restriction. Discussion: https://postgr.es/m/2857513.1713733688@sss.pgh.pa.us
1 parent 5342874 commit b0c5b21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/modules/test_pg_dump/meson.build

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ tests += {
1313
'sql': [
1414
'test_pg_dump',
1515
],
16-
# doesn't delete its user
17-
'runningcheck': false,
1816
},
1917
'tap': {
2018
'tests': [

0 commit comments

Comments
 (0)