TMP kill -9 urbit in test

This commit is contained in:
Joe Bryan 2020-04-30 14:48:29 -07:00
parent 60183bded1
commit 6e98bdd3d3

View File

@ -12,7 +12,7 @@ tailproc=$!
shutdown () {
if [ -e ./ship/.vere.lock ]
then kill $(< ./ship/.vere.lock) || true;
then kill -9 $(< ./ship/.vere.lock) || true;
fi
kill "$tailproc" || true;