svn path=/main/trunk/; revision=2344
if [ -d "${S}" ]; then
cd "${S}"
fi
- if hasq maketest $RESTRICT || hasq test $RESTRICT; then
+ if hasq test $RESTRICT; then
ewarn "Skipping make test/check due to ebuild restriction."
echo ">>> Test phase [explicitly disabled]: ${CATEGORY}/${PF}"
elif ! hasq test $FEATURES; then
writemsg("PORTAGE_GPG_DIR is invalid. Removing gpg from FEATURES.\n")
self.features.remove("gpg")
- if "maketest" in self.features and "test" not in self.features:
- self.features.append("test")
-
if not portage_exec.sandbox_capable and ("sandbox" in self.features or "usersandbox" in self.features):
writemsg(red("!!! Problem with sandbox binary. Disabling...\n\n"))
if "sandbox" in self.features: