mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xbps-src: always enable checks for the check target
This commit is contained in:
parent
565de75a06
commit
1a5b47bcc3
1 changed files with 3 additions and 0 deletions
3
xbps-src
3
xbps-src
|
@ -707,6 +707,9 @@ case "$XBPS_TARGET" in
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
fetch|extract|build|check|configure|install|pkg)
|
fetch|extract|build|check|configure|install|pkg)
|
||||||
|
if [ "$XBPS_TARGET" = "check" ]; then
|
||||||
|
export XBPS_CHECK_PKGS=1
|
||||||
|
fi
|
||||||
read_pkg
|
read_pkg
|
||||||
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
if [ -n "$CHROOT_READY" -a -z "$IN_CHROOT" ]; then
|
||||||
chroot_handler $XBPS_TARGET $XBPS_TARGET_PKG
|
chroot_handler $XBPS_TARGET $XBPS_TARGET_PKG
|
||||||
|
|
Loading…
Add table
Reference in a new issue