summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh4
1 files changed, 2 insertions, 2 deletions
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}"