Open spolti opened 9 months ago
Describe the bug
If you don't have ginkgo installed and try to run the fvt tests it will fail.
ginkgo
fvt
make fvt ginkgo -v -procs=2 --fail-fast fvt/predictor fvt/scaleToZero fvt/storage fvt/hpa --timeout=50m make: ginkgo: No such file or directory make: *** [fvt] Error 1
To Reproduce Steps to reproduce the behavior:
make fvt
Expected behavior
Install ginkgo for the user if it is not available.
Describe the bug
If you don't have
ginkgo
installed and try to run thefvt
tests it will fail.To Reproduce Steps to reproduce the behavior:
make fvt
Expected behavior
Install ginkgo for the user if it is not available.