From: Simon Stelling Date: Sun, 3 Sep 2006 12:42:44 +0000 (-0000) Subject: moving the portage-specific sandbox-code out of the ebuild-specific src_test X-Git-Tag: v2.1.1~28 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=83312916228666592d472f169411a9a786d2d289;p=portage.git moving the portage-specific sandbox-code out of the ebuild-specific src_test svn path=/main/trunk/; revision=4382 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index fdd7da0e0..6dda415bd 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -609,7 +609,6 @@ src_compile() { } src_test() { - addpredict / if emake -j1 check -n &> /dev/null; then vecho ">>> Test phase [check]: ${CATEGORY}/${PF}" if ! emake -j1 check; then @@ -625,7 +624,6 @@ src_test() { else vecho ">>> Test phase [none]: ${CATEGORY}/${PF}" fi - SANDBOX_PREDICT="${SANDBOX_PREDICT%:/}" } src_install() { @@ -983,7 +981,9 @@ dyn_test() { ewarn "Skipping make test/check due to ebuild restriction." vecho ">>> Test phase [explicitly disabled]: ${CATEGORY}/${PF}" else + addpredict / src_test + SANDBOX_PREDICT="${SANDBOX_PREDICT%:/}" fi cd "${PORTAGE_BUILDDIR}"