]> granicus.if.org Git - postgresql/commit
Disable installcheck tests for test_session_hooks
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 15 Nov 2017 22:49:04 +0000 (17:49 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 15 Nov 2017 22:49:04 +0000 (17:49 -0500)
commit745948422c799c1b9f976ee30f21a7aac050e0f3
tree42758b6209c8c92cda1abf9ad8846b373afd1347
parent9989f92aabdc2015c9dc64b9df4cdeceecf75e47
Disable installcheck tests for test_session_hooks

The module requires a preloaded library and the defect can't be cured by
a LOAD instruction in the test script. To achieve this we override the
installcheck target in the module's Makefile, and exclude ithe module in
vcregress.pl.

Along the way, revert commit 9989f92aabd.
src/test/modules/Makefile
src/test/modules/test_session_hooks/Makefile
src/tools/msvc/vcregress.pl