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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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.