We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The copy command seems to be tests only in one case, copying file from vm to host. The command support many other untested operations.
Tests:
lima/hack/test-templates.sh
Line 197 in e911564
I'm not sure that adding these test-template.sh is the best way, it is very hard to work with such a big test.
I think we need to use go test running limactl with test vms created before the test.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The copy command seems to be tests only in one case, copying file from vm to host. The command support many other untested operations.
Tests:
lima/hack/test-templates.sh
Line 197 in e911564
I'm not sure that adding these test-template.sh is the best way, it is very hard to work with such a big test.
I think we need to use go test running limactl with test vms created before the test.
The text was updated successfully, but these errors were encountered: