Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 475340
Collapse All | Expand All

(-)django-appconf-0.6.ebuild (+1 lines)
Lines 30-35 Link Here
30
}
30
}
31
31
32
python_test() {
32
python_test() {
33
	cd appconf/tests || die
33
	set -- django-admin.py test appconf --settings=appconf.test_settings
34
	set -- django-admin.py test appconf --settings=appconf.test_settings
34
	echo "$@"
35
	echo "$@"
35
	"$@" || die "Testing failed with ${EPYTHON}"
36
	"$@" || die "Testing failed with ${EPYTHON}"

Return to bug 475340