forked from josch/mmdebstrap
coverage.sh: host architecture in --logfile output must depend on host
This commit is contained in:
parent
d503e4fd96
commit
a8fa48fbc7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue