xbps-src: respect $XBPS_CHECK_PKGS

This commit is contained in:
Paper 2021-03-21 14:32:09 +01:00 committed by Érico Nogueira Rolim
parent fefffea5d7
commit 425aaa15cb
1 changed files with 2 additions and 2 deletions

View File

@ -781,8 +781,8 @@ case "$XBPS_TARGET" in
fi
;;
fetch|extract|patch|configure|build|check|install|pkg)
if [ "$XBPS_TARGET" = "check" ]; then
export XBPS_CHECK_PKGS=1
if [ "$XBPS_TARGET" = "check" ] && [ -z "$XBPS_CHECK_PKGS" ]; then
export XBPS_CHECK_PKGS=full
fi
read_pkg
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then