-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e: Improve crc-version default value
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=""`
- Loading branch information
1 parent
5365acf
commit c0b949e
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters