Skip to content

Commit c56868e

Browse files
gbraadpraveenkumar
authored andcommitted
Fixes #3298 Changes Windows release preflight message
Removes the specific mention of the Windows 10 as this check also works for Windows 11. Signed-off-by: Gerard Braad <[email protected]>
1 parent c195bce commit c56868e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/crc/preflight/preflight_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var hypervPreflightChecks = []Check{
2525
},
2626
{
2727
configKeySuffix: "check-windows-version",
28-
checkDescription: "Checking Windows 10 release",
28+
checkDescription: "Checking Windows release",
2929
check: checkVersionOfWindowsUpdate,
3030
flags: StartUpOnly,
3131

test/e2e/features/basic.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Feature: Basic test
7676
Scenario: CRC setup on Windows
7777
When executing crc setup command succeeds
7878
Then stderr should contain "Extracting bundle from the CRC executable" if bundle is embedded
79-
Then stderr should contain "Checking Windows 10 release"
79+
Then stderr should contain "Checking Windows release"
8080
Then stderr should contain "Checking if Hyper-V is installed"
8181
Then stderr should contain "Checking if user is a member of the Hyper-V Administrators group"
8282
Then stderr should contain "Checking if the Hyper-V virtual switch exist"

0 commit comments

Comments
 (0)