From: Greg Sabino Mullane Date: Mon, 13 Jul 2009 15:10:49 +0000 (-0400) Subject: Move devel-only tests out of MANIFEST. X-Git-Tag: 2.9.2~5 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=bdfe55801cf79fd99d6af840f4a6f09294a21c77;p=check_postgres.git Move devel-only tests out of MANIFEST. --- diff --git a/MANIFEST b/MANIFEST index 85fe1c6b7..eeb094d31 100644 --- a/MANIFEST +++ b/MANIFEST @@ -50,7 +50,4 @@ t/02_wal_files.t t/03_translations.t t/04_timeout.t t/99_cleanup.t -t/99_perlcritic.t -t/99_pod.t -t/99_spellcheck.t t/CP_Testing.pm diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 728094e8c..7c8e4239c 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -11,4 +11,7 @@ test_database_check_postgres* \.git/* \.tmp$ set_translations.pl +t/99_perlcritic.t +t/99_pod.t t/00_release.t +t/99_spellcheck.t