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

(-)django-1.1.ebuild (-1 / +1 lines)
Lines 59-65 Link Here
59
ROOT_URLCONF='tests/urls.py'
59
ROOT_URLCONF='tests/urls.py'
60
SITE_ID=1
60
SITE_ID=1
61
__EOF__
61
__EOF__
62
		PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" tests/runtests.py --settings=settings -v1
62
		PYTHONPATH="." "$(PYTHON)" tests/runtests.py --settings=settings -v1
63
	}
63
	}
64
	python_execute_function testing
64
	python_execute_function testing
65
}
65
}

Return to bug 277109