Skip to content
Snippets Groups Projects
Commit 7912f9b7 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Remove use of TAP subtests

They turned out to be too much of a portability headache, because they
need a fairly new version of Test::More to work properly.
parent e0722d9c
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
use strict;
use warnings;
use TestLib;
use Test::More tests => 14;
use Test::More tests => 19;
my $tempdir = TestLib::tempdir;
......
......@@ -2,7 +2,7 @@ use strict;
use warnings;
use Cwd;
use TestLib;
use Test::More tests => 28;
use Test::More tests => 33;
program_help_ok('pg_basebackup');
program_version_ok('pg_basebackup');
......
use strict;
use warnings;
use TestLib;
use Test::More tests => 3;
use Test::More tests => 8;
program_help_ok('pg_receivexlog');
program_version_ok('pg_receivexlog');
......
use strict;
use warnings;
use TestLib;
use Test::More tests => 7;
use Test::More tests => 20;
program_help_ok('pg_config');
program_version_ok('pg_config');
......
use strict;
use warnings;
use TestLib;
use Test::More tests => 6;
use Test::More tests => 13;
my $tempdir = TestLib::tempdir;
......
use strict;
use warnings;
use TestLib;
use Test::More tests => 11;
use Test::More tests => 16;
my $tempdir = TestLib::tempdir;
my $tempdir_short = TestLib::tempdir_short;
......
use strict;
use warnings;
use TestLib;
use Test::More tests => 6;
use Test::More tests => 13;
program_help_ok('clusterdb');
program_version_ok('clusterdb');
......
use strict;
use warnings;
use TestLib;
use Test::More tests => 1;
use Test::More tests => 2;
my $tempdir = tempdir;
start_test_server $tempdir;
......
use strict;
use warnings;
use TestLib;
use Test::More tests => 6;
use Test::More tests => 13;
program_help_ok('createdb');
program_version_ok('createdb');
......
use strict;
use warnings;
use TestLib;
use Test::More tests => 6;
use Test::More tests => 14;
program_help_ok('createlang');
program_version_ok('createlang');
......
use strict;
use warnings;
use TestLib;
use Test::More tests => 8;
use Test::More tests => 17;
program_help_ok('createuser');
program_version_ok('createuser');
......
use strict;
use warnings;
use TestLib;
use Test::More tests => 5;
use Test::More tests => 11;
program_help_ok('dropdb');
program_version_ok('dropdb');
......
use strict;
use warnings;
use TestLib;
use Test::More tests => 5;
use Test::More tests => 11;
program_help_ok('droplang');
program_version_ok('droplang');
......
use strict;
use warnings;
use TestLib;
use Test::More tests => 5;
use Test::More tests => 11;
program_help_ok('dropuser');
program_version_ok('dropuser');
......
use strict;
use warnings;
use TestLib;
use Test::More tests => 5;
use Test::More tests => 10;
program_help_ok('pg_isready');
program_version_ok('pg_isready');
......
use strict;
use warnings;
use TestLib;
use Test::More tests => 7;
use Test::More tests => 16;
program_help_ok('reindexdb');
program_version_ok('reindexdb');
......
use strict;
use warnings;
use TestLib;
use Test::More tests => 1;
use Test::More tests => 2;
my $tempdir = tempdir;
start_test_server $tempdir;
......
use strict;
use warnings;
use TestLib;
use Test::More tests => 8;
use Test::More tests => 18;
program_help_ok('vacuumdb');
program_version_ok('vacuumdb');
......
use strict;
use warnings;
use TestLib;
use Test::More tests => 1;
use Test::More tests => 2;
my $tempdir = tempdir;
start_test_server $tempdir;
......
use strict;
use warnings;
use TestLib;
use Test::More tests => 2;
use Test::More tests => 4;
my $tempdir = tempdir;
start_test_server $tempdir;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment