Skip to content

Commit

Permalink
Merge pull request #545 from simondeziel/close-after-testing
Browse files Browse the repository at this point in the history
Avoid leaving local LXD wide open after running integration tests
  • Loading branch information
stgraber committed Jun 6, 2023
2 parents 1f1f903 + 38ea0b2 commit ee8fe4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration/run-integration-tests
Expand Up @@ -31,3 +31,6 @@ fi

# finally run the integration tests
tox -e integration

lxc config unset core.trust_password || true
lxc config unset core.https_address || true

0 comments on commit ee8fe4a

Please sign in to comment.