summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-07 00:51:28 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-07 00:51:28 +0000
commit9eedbb5929dcf933d75e794c695632ea7b85e52a (patch)
treec5ed85211fed5587cb3f82a60bd807cbddb0d458 /bin/ebuild.sh
parentget rid of duplicated Test phase message in src_test() (diff)
downloadportage-multirepo-9eedbb5929dcf933d75e794c695632ea7b85e52a.tar.gz
portage-multirepo-9eedbb5929dcf933d75e794c695632ea7b85e52a.tar.bz2
portage-multirepo-9eedbb5929dcf933d75e794c695632ea7b85e52a.zip
cleanse maketest once and for all
svn path=/main/trunk/; revision=2344
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index c22a4950..9e1dae18 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -997,7 +997,7 @@ dyn_test() {
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