forked from josch/mmdebstrap
coverage.sh: fix HOSTARCH -> ONLINE
This commit is contained in:
parent
d947f765df
commit
3731393c7a
1 changed files with 1 additions and 1 deletions
|
@ -3263,7 +3263,7 @@ if [ "$ONLINE" = "yes" ]; then
|
|||
runtests=$((runtests+1))
|
||||
fi
|
||||
else
|
||||
echo "HOSTARCH != amd64 -- Skipping test..." >&2
|
||||
echo "ONLINE != yes -- Skipping test..." >&2
|
||||
skipped=$((skipped+1))
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue