diff --git a/build/prefetch.sh b/build/prefetch.sh index 723bcc5..6dd9bdf 100644 --- a/build/prefetch.sh +++ b/build/prefetch.sh @@ -48,7 +48,7 @@ for ARG in ${@}; do fetch -o ${SETSDIR} ${URL}.${SUFFIX} || true done ;; - base|kernel) + base|kernel|tests) sh ./clean.sh ${ARG} URL="${MIRRORSETDIR}/${ARG}-${VERSION}-${PRODUCT_ARCH}" for SUFFIX in txz.sig txz; do