summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2006-01-04 17:42:26 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2006-01-04 17:42:26 +0000
commit75cb7f548164df90140fa519f6afd00ba74aab55 (patch)
treef9b14f1b09dde5698b0e9d5de409eba700521f86 /app-admin
parentFixed digests (diff)
downloadoverlay-75cb7f548164df90140fa519f6afd00ba74aab55.tar.gz
overlay-75cb7f548164df90140fa519f6afd00ba74aab55.tar.bz2
overlay-75cb7f548164df90140fa519f6afd00ba74aab55.zip
Added testing to the webapp-config ebuild
svn path=/; revision=596
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/webapp-config/webapp-config-1.50.4.ebuild1
1 files changed, 1 insertions, 0 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 6978051..9320a82 100644
--- a/app-admin/webapp-config/webapp-config-1.50.4.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.50.4.ebuild
@@ -34,6 +34,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"
}