Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Add more context to panic in envtest helper (#641)
**What problem does this PR solve?**: Adds context to panic message: **Before:** ```log [PANICKED] Test Panicked In [BeforeSuite] at: /home/dlipovetsky/nutanix/capi-runtime-extensions/test/helpers/envtest.go:205 @ 05/09/24 08:05:57.622 exit status 1 ``` **After:** ```log [PANICKED] Test Panicked In [BeforeSuite] at: /home/dlipovetsky/nutanix/capi-runtime-extensions/test/helpers/envtest.go:205 @ 05/09/24 08:05:12.059 err="exit status 1", output="go: module sigs.k8s.io/cluster-api-provider-aws/v2: not a known dependency\n" ``` **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
- Loading branch information