summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2006-01-04 17:50:18 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2006-01-04 17:50:18 +0000
commitf82f15e244ef9c54a99368b12b5eff4ac55d4f53 (patch)
tree4fe2d14e61aa8d1bab7b9fa3693cea464dab9d2c /app-admin/webapp-config
parentFixed digests (diff)
downloadoverlay-f82f15e244ef9c54a99368b12b5eff4ac55d4f53.tar.gz
overlay-f82f15e244ef9c54a99368b12b5eff4ac55d4f53.tar.bz2
overlay-f82f15e244ef9c54a99368b12b5eff4ac55d4f53.zip
Added testing to the webapp-config ebuild
svn path=/; revision=600
Diffstat (limited to 'app-admin/webapp-config')
-rw-r--r--app-admin/webapp-config/webapp-config-1.50.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/webapp-config/webapp-config-1.50.4.ebuild b/app-admin/webapp-config/webapp-config-1.50.4.ebuild
index 82ef311..4e4ba7b 100644
--- a/app-admin/webapp-config/webapp-config-1.50.4.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.50.4.ebuild
@@ -36,7 +36,7 @@ src_install() {
src_test() {
cd ${S}
einfo "Running PYTHONPATH='.' ${python} WebappConfig/tests/dtest.py in `pwd`"
- #PYTHONPATH="." ${python} WebappConfig/tests/dtest.py || die "DocTests failed - please submit a bug report"
+ PYTHONPATH="." ${python} WebappConfig/tests/dtest.py # || die "DocTests failed - please submit a bug report"
}
pkg_postinst() {