I am trying to add an e2e test to detect knative-gcp overwriting other installed components google/knative-gcp#1995. This reads the output of ko apply and look for the word configured. It would be convenient if I can use the shell package.
Is it OK to just add the path to
or are there any suggestions on how I should do this?
I am trying to add an e2e test to detect
knative-gcpoverwriting other installed components google/knative-gcp#1995. This reads the output ofko applyand look for the wordconfigured. It would be convenient if I can use theshellpackage.Is it OK to just add the path to
hack/shell/project.go
Line 68 in d946d25
or are there any suggestions on how I should do this?