summaryrefslogtreecommitdiffstats
path: root/scripts/deptest.sh
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2010-11-03 14:58:32 +0000
committerMichael Büsch <mb@bu3sch.de>2010-11-03 14:58:32 +0000
commit050902efd70bf8d4c88c8ce4124bd8cbe15548c7 (patch)
tree06ce65551e4782323464ffab8d8802f561fa0942 /scripts/deptest.sh
parentf75ac90b695da2226a25c47d30156983df87ec7b (diff)
downloadmaster-31e0f0ae-050902efd70bf8d4c88c8ce4124bd8cbe15548c7.tar.gz
master-31e0f0ae-050902efd70bf8d4c88c8ce4124bd8cbe15548c7.tar.bz2
master-31e0f0ae-050902efd70bf8d4c88c8ce4124bd8cbe15548c7.zip
deptest: Install of host tools has to be forced for every test, because the host staging dir is cleaned prior a test.
SVN-Revision: 23825
Diffstat (limited to 'scripts/deptest.sh')
-rwxr-xr-xscripts/deptest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/deptest.sh b/scripts/deptest.sh
index 730ca5bd35..a0c3017c7d 100755
--- a/scripts/deptest.sh
+++ b/scripts/deptest.sh
@@ -74,6 +74,7 @@ test_package() # $1=pkgname
BUILD_DIR_HOST="$BUILD_DIR_HOST" \
STAGING_DIR="$STAGING_DIR" \
STAGING_DIR_HOST="$STAGING_DIR_HOST" \
+ FORCE_HOST_INSTALL=1 \
V=99 >"$LOG_DIR/$(basename $pkg).log" 2>&1
if [ $? -eq 0 ]; then
touch "$STAMP_SUCCESS"