]> granicus.if.org Git - postgresql/commit
Remove use of TAP subtests
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 29 Oct 2014 23:41:19 +0000 (19:41 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 29 Oct 2014 23:43:51 +0000 (19:43 -0400)
commitae3eb9b8ef5638610da05038e40229d4f4e5c1fd
tree1d6faa1b3fe78ff65f2f6dae3e598b3ee3726ae7
parent22b3003d70a88644f36cd91446631f474dfbfe41
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.
21 files changed:
src/bin/initdb/t/001_initdb.pl
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/bin/pg_basebackup/t/020_pg_receivexlog.pl
src/bin/pg_config/t/001_pg_config.pl
src/bin/pg_controldata/t/001_pg_controldata.pl
src/bin/pg_ctl/t/001_start_stop.pl
src/bin/scripts/t/010_clusterdb.pl
src/bin/scripts/t/011_clusterdb_all.pl
src/bin/scripts/t/020_createdb.pl
src/bin/scripts/t/030_createlang.pl
src/bin/scripts/t/040_createuser.pl
src/bin/scripts/t/050_dropdb.pl
src/bin/scripts/t/060_droplang.pl
src/bin/scripts/t/070_dropuser.pl
src/bin/scripts/t/080_pg_isready.pl
src/bin/scripts/t/090_reindexdb.pl
src/bin/scripts/t/091_reindexdb_all.pl
src/bin/scripts/t/100_vacuumdb.pl
src/bin/scripts/t/101_vacuumdb_all.pl
src/bin/scripts/t/102_vacuumdb_stages.pl
src/test/perl/TestLib.pm