When I run go test ./pkg/..., I get a bunch of errors that seem to be complaining about a missing /usr/local/bin/kubebuilder/bin/etcd executable:
fork/exec /usr/local/kubebuilder/bin/etcd: no such file or directory
So I try to run ./test.sh but that exits immediately:
Are there any docs on how to run tests?
When I run
go test ./pkg/..., I get a bunch of errors that seem to be complaining about a missing/usr/local/bin/kubebuilder/bin/etcdexecutable:So I try to run
./test.shbut that exits immediately:Are there any docs on how to run tests?