forked from josch/mmdebstrap
coverage.sh: require binfmt support form chrootless installation of libmagic-mgc on armhf
This commit is contained in:
parent
86b430190f
commit
dde777123e
1 changed files with 7 additions and 3 deletions
10
coverage.sh
10
coverage.sh
|
@ -1434,10 +1434,14 @@ rm /tmp/debian-chroot/var/lib/dpkg/info/libmagic-mgc.list
|
||||||
# the rest should be empty directories that we can rmdir recursively
|
# the rest should be empty directories that we can rmdir recursively
|
||||||
find /tmp/debian-chroot -depth -print0 | xargs -0 rmdir
|
find /tmp/debian-chroot -depth -print0 | xargs -0 rmdir
|
||||||
END
|
END
|
||||||
if [ "$HAVE_QEMU" = "yes" ]; then
|
if [ "$HAVE_BINFMT" = "yes" ]; then
|
||||||
./run_qemu.sh
|
if [ "$HAVE_QEMU" = "yes" ]; then
|
||||||
|
./run_qemu.sh
|
||||||
|
else
|
||||||
|
./run_null.sh
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
./run_null.sh
|
echo "HAVE_BINFMT != yes -- Skipping test..."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
print_header "mode=root,variant=custom: install busybox-based sub-essential system"
|
print_header "mode=root,variant=custom: install busybox-based sub-essential system"
|
||||||
|
|
Loading…
Reference in a new issue