coverage.sh: host architecture in --logfile output must depend on host

pull/1/head
parent d503e4fd96
commit a8fa48fbc7
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1948,7 +1948,7 @@ export LC_ALL=C.UTF-8
$CMD --mode=root --variant=apt --logfile=log $DEFAULT_DIST /tmp/debian-chroot $mirror
# we check the full log to also prevent debug printfs to accidentally make it into a commit
cat << LOG | diff - log
I: chroot architecture amd64 is equal to the host's architecture
I: chroot architecture $HOSTARCH is equal to the host's architecture
I: running apt-get update...
I: downloading packages with apt...
I: extracting archives...

Loading…
Cancel
Save