modelmesh-serving icon indicating copy to clipboard operation
modelmesh-serving copied to clipboard

Error "setup-envtest: command not found" when running 'make test'

Open vaibhavjainwiz opened this issue 2 years ago • 2 comments

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:

  1. Check if setup-envtest utlity is already installed on your system using which setup-envtest.
  2. If it does then delete the existing setup-envtest utlity.
  3. Now run make test
  4. make test would 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

vaibhavjainwiz avatar Sep 05 '23 06:09 vaibhavjainwiz

@ckadner

vaibhavjainwiz avatar Sep 05 '23 06:09 vaibhavjainwiz

Thanks @vaibhavjainwiz -- I will take a look

ckadner avatar Sep 06 '23 22:09 ckadner