You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The e2e tests already indirectly depend on the
github.com/crc-org/pkg/crc/version go package, and the correct build
flags are used to build it. Instead of setting VERSION_TO_TEST from
flags in the Makefile, we can directly set it from the go code.
This will check that the crc binary we use is the expected one.
The check can still be disabled with `--crc-version=""`
0 commit comments