coverage.sh: fixup commit 95400ee1

This commit is contained in:
Johannes 'josch' Schauer 2020-08-24 14:58:55 +02:00
parent 87d383d754
commit c4d9d81258
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -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