projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9654b0c
)
get rid of duplicated Test phase message in src_test()
author
Mike Frysinger
<vapier@gentoo.org>
Wed, 7 Dec 2005 00:49:50 +0000
(
00:49
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Wed, 7 Dec 2005 00:49:50 +0000
(
00:49
-0000)
svn path=/main/trunk/; revision=2343
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 267834fd5cff5efd604f6f24449d86b34a0640eb..c22a495049a46a264bda8b12844c9c801fd1074f 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-1003,7
+1003,6
@@
dyn_test() {
elif ! hasq test $FEATURES; then
echo ">>> Test phase [not enabled]: ${CATEGORY}/${PF}"
else
- echo ">>> Test phase [enabled]: ${CATEGORY}/${PF}"
src_test
fi