From 22441e917150b2919e52632a306d32187db6915b Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 3 Nov 2010 14:58:32 +0000 Subject: deptest: Install of host tools has to be forced for every test, because the host staging dir is cleaned prior a test. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23825 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/deptest.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/deptest.sh') diff --git a/scripts/deptest.sh b/scripts/deptest.sh index 730ca5bd3..a0c3017c7 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" -- cgit v1.2.3