chocolatey-community / chocolatey-test-environment

A testing setup related to how the Chocolatey Package Verifier runs testing. Used for manual testing or prior to submission
Apache License 2.0
117 stars 187 forks source link

Update to Vagrant 2.1.x, use built-in vagrant snapshot command #28

Closed StefanScherer closed 2 years ago

StefanScherer commented 5 years ago

I used the choco test environment with Vagrant 2.1.2 and VirtualBox 5.2.x on my Mac. So I skipped the sahara plugin and just used the built-in vagrant snapshot command.

Here are the steps I did instead.

The vagrant snapshot restore still runs the provision script by default (which my be useful here). This will change in the future that no provision script is called automatically.

StefanScherer commented 5 years ago

Thanks @gep13 for checking the vagrant command. Yes, I used vagrant snapshot save good and updated the PR.

pauby commented 2 years ago

Awesome work @StefanScherer! Thanks for your contribution!