forked from josch/mmdebstrap
coverage.sh: remove stray 'exit 0'
This commit is contained in:
parent
9e56353661
commit
3a2b3c142a
1 changed files with 0 additions and 1 deletions
|
@ -2588,7 +2588,6 @@ else
|
||||||
echo "HAVE_QEMU != yes -- Skipping test..." >&2
|
echo "HAVE_QEMU != yes -- Skipping test..." >&2
|
||||||
skipped=$((skipped+1))
|
skipped=$((skipped+1))
|
||||||
fi
|
fi
|
||||||
exit 0
|
|
||||||
|
|
||||||
print_header "mode=$defaultmode,variant=essential: test not having to install apt in --include because a hook did it before"
|
print_header "mode=$defaultmode,variant=essential: test not having to install apt in --include because a hook did it before"
|
||||||
cat << END > shared/test.sh
|
cat << END > shared/test.sh
|
||||||
|
|
Loading…
Reference in a new issue