Fixed test cleanup. (#65)

This commit is contained in:
Pete Vander Giessen
2019-04-18 09:26:16 -04:00
committed by GitHub
parent dfeb664207
commit c1efa221f8

View File

@@ -66,6 +66,7 @@ done;
unset IP
echo "Completed tests. Tearing down $MACHINE."
multipass stop $MACHINE
multipass delete $MACHINE
multipass purge # This is a little bit rude to do, but we assume that
# we can beat up on the test machine a bit.