Skip to content

Commit

Permalink
Fixes #3298 Changes Windows release preflight message
Browse files Browse the repository at this point in the history
Removes the specific mention of the Windows 10 as this check
also works for Windows 11.

Signed-off-by: Gerard Braad <[email protected]>
  • Loading branch information
gbraad authored and praveenkumar committed Aug 10, 2022
1 parent c195bce commit c56868e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/crc/preflight/preflight_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var hypervPreflightChecks = []Check{
},
{
configKeySuffix: "check-windows-version",
checkDescription: "Checking Windows 10 release",
checkDescription: "Checking Windows release",
check: checkVersionOfWindowsUpdate,
flags: StartUpOnly,

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/features/basic.feature
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Feature: Basic test
Scenario: CRC setup on Windows
When executing crc setup command succeeds
Then stderr should contain "Extracting bundle from the CRC executable" if bundle is embedded
Then stderr should contain "Checking Windows 10 release"
Then stderr should contain "Checking Windows release"
Then stderr should contain "Checking if Hyper-V is installed"
Then stderr should contain "Checking if user is a member of the Hyper-V Administrators group"
Then stderr should contain "Checking if the Hyper-V virtual switch exist"
Expand Down

0 comments on commit c56868e

Please sign in to comment.