mirror of https://github.com/postgres/postgres
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>pull/31/head^2
parent
71edbb6f66
commit
f41e56c76e
@ -0,0 +1,9 @@ |
||||
use strict; |
||||
use warnings; |
||||
|
||||
use TestLib; |
||||
use Test::More tests => 8; |
||||
|
||||
program_help_ok('pg_upgrade'); |
||||
program_version_ok('pg_upgrade'); |
||||
program_options_handling_ok('pg_upgrade'); |
Loading…
Reference in new issue