forked from josch/mmdebstrap
coverage.sh: fixup commit 95400ee1
This commit is contained in:
parent
87d383d754
commit
c4d9d81258
1 changed files with 1 additions and 2 deletions
|
@ -72,7 +72,7 @@ if [ ! -e shared/taridshift ] || [ taridshift -nt shared/taridshift ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
starttime=
|
starttime=
|
||||||
total=148
|
total=149
|
||||||
skipped=0
|
skipped=0
|
||||||
runtests=0
|
runtests=0
|
||||||
i=1
|
i=1
|
||||||
|
@ -1995,7 +1995,6 @@ else
|
||||||
./run_null.sh SUDO
|
./run_null.sh SUDO
|
||||||
runtests=$((runtests+1))
|
runtests=$((runtests+1))
|
||||||
fi
|
fi
|
||||||
exit 0
|
|
||||||
|
|
||||||
print_header "mode=root,variant=apt: test special hooks using helpers"
|
print_header "mode=root,variant=apt: test special hooks using helpers"
|
||||||
cat << END > shared/test.sh
|
cat << END > shared/test.sh
|
||||||
|
|
Loading…
Reference in a new issue