forked from josch/mmdebstrap
coverage.sh: don't attempt deleting non-existant directory
This commit is contained in:
parent
067daaf4c2
commit
5fd1ca62d9
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ if [ "\$ret" = 0 ]; then
|
||||||
echo expected failure but got exit \$ret >&2
|
echo expected failure but got exit \$ret >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
rm -r /tmp/debian-chroot
|
[ ! -e /tmp/debian-chroot ]
|
||||||
END
|
END
|
||||||
if [ "$CONTAINER" = "lxc" ]; then
|
if [ "$CONTAINER" = "lxc" ]; then
|
||||||
# see https://stackoverflow.com/questions/65748254/
|
# see https://stackoverflow.com/questions/65748254/
|
||||||
|
|
Loading…
Reference in a new issue