summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2006-01-04 18:18:52 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2006-01-04 18:18:52 +0000
commit1cad7437b3a7369b465799be11e3ea0235e6cddb (patch)
tree5e51236fbb897e8e49b11c147aca8e90f9f66352
parentRemoved old digests (diff)
downloadoverlay-1cad7437b3a7369b465799be11e3ea0235e6cddb.tar.gz
overlay-1cad7437b3a7369b465799be11e3ea0235e6cddb.tar.bz2
overlay-1cad7437b3a7369b465799be11e3ea0235e6cddb.zip
Added testing to the webapp-config ebuild
svn path=/; revision=606
-rw-r--r--app-admin/webapp-config/webapp-config-1.50.4.ebuild3
1 files changed, 1 insertions, 2 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 7b8194c..97992fa 100644
--- a/app-admin/webapp-config/webapp-config-1.50.4.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.50.4.ebuild
@@ -35,8 +35,7 @@ src_install() {
src_test() {
cd ${S}
- einfo "Running PYTHONPATH='.' ${python} WebappConfig/tests/dtest.py in `pwd`"
- PYTHONPATH="." ${python} WebappConfig/tests/dtest.py || eerror "DocTests failed - please submit a bug report"
+ PYTHONPATH="." ${python} WebappConfig/tests/dtest.py || die "DocTests failed - please submit a bug report"
}
pkg_postinst() {