From 0ae1317ea7dc715bca6c1e605ee0c03d5d992a4e Mon Sep 17 00:00:00 2001 From: Maurice Walker Date: Tue, 3 Dec 2024 20:07:59 +0100 Subject: [PATCH] prefetch: add support for tests set --- build/prefetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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