modelmesh-serving
modelmesh-serving copied to clipboard
Error "setup-envtest: command not found" when running 'make test'
Describe the bug
make test cmd assumes setup-envtest utility would be pre-installed and doesn't install it if its missing.
To Reproduce Steps to reproduce the behavior:
- Check if
setup-envtestutlity is already installed on your system usingwhich setup-envtest. - If it does then delete the existing
setup-envtestutlity. - Now run
make test -
make testwould print error/bin/sh: setup-envtest: command not found
Expected behavior
make test cmd should install the setup-envtest utility if its not already installed.
Environment (please complete the following information):
- OS: Mac OS
@ckadner
Thanks @vaibhavjainwiz -- I will take a look