]> 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:41:19 +0000 (19:41 -0400)
commit7912f9b7dc9e2d3f6cd81892ef6aa797578e9f06
tree1254229545136a4e4f06d4f64e83cd457d6e0c9d
parente0722d9cb57d06c2e459cf338cf7387ec3edb1f5
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