diff options
author | Greg Sabino Mullane | 2009-07-13 15:10:49 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-07-13 15:10:49 +0000 |
commit | bdfe55801cf79fd99d6af840f4a6f09294a21c77 (patch) | |
tree | 9c5717b014538d24296aabdc8dfe63f20d7a3121 | |
parent | 8b7a4636c7bcb51de4f69ec258f4c0bac4173a8b (diff) |
Move devel-only tests out of MANIFEST.
-rw-r--r-- | MANIFEST | 3 | ||||
-rw-r--r-- | MANIFEST.SKIP | 3 |
2 files changed, 3 insertions, 3 deletions
@@ -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 |