Revert "TMP kill -9 urbit in test"

This reverts commit 6e98bdd3d3.
This commit is contained in:
Joe Bryan 2020-06-22 14:11:38 -07:00
parent 76cd934864
commit 829d402dc9

View File

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