]> granicus.if.org Git - postgresql/commit
Add basic TAP test setup for pg_upgrade
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 19 Sep 2017 22:29:12 +0000 (18:29 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 19 Sep 2017 22:51:25 +0000 (18:51 -0400)
commitf41e56c76e39f02bef7ba002c9de03d62b76de4d
tree43a6a330310a7049f5d770b219fff4b8dd9a9aeb
parent71edbb6f66f7139d6209334ef8734a122ba06b56
Add basic TAP test setup for pg_upgrade

The plan is to convert the current pg_upgrade test to the TAP
framework.  This commit just puts a basic TAP test in place so that we
can see how the build farm behaves, since the build farm client has some
special knowledge of the pg_upgrade tests.

Author: Michael Paquier <michael.paquier@gmail.com>
src/bin/pg_upgrade/Makefile
src/bin/pg_upgrade/t/001_basic.pl [new file with mode: 0644]