-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vagrant shuts down the VM even with KEEP_RUNNING=true
: is this expected?
#4
Comments
Hi, One thing that wasn't emphasized in the readme:
|
Yes, putting the variable before the command is pretty standard, but does it keep the VM running between executions of the If I run |
Yes, it should keep the VM running between the executions of the I think this should clarify how things work. If |
ok, I'll try to test again when I get home, but I'm quite sure the VM was going down after |
The README says that
KEEP_RUNNING=true
results in Vagrant staying up, but is that what was meant? The real consumer of time is starting up the VM every time, so I was hoping that that what was meant.Is it possible to keep the VM running between tests?
The text was updated successfully, but these errors were encountered: