Add basic TAP test setup for pg_upgrade
Peter Eisentraut <peter_e@gmx.net>
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>
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_upgrade/Makefile | modified | +4 −3 |
| src/bin/pg_upgrade/t/001_basic.pl | added | +9 −0 |