File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ var hypervPreflightChecks = []Check{
25
25
},
26
26
{
27
27
configKeySuffix : "check-windows-version" ,
28
- checkDescription : "Checking Windows 10 release" ,
28
+ checkDescription : "Checking Windows release" ,
29
29
check : checkVersionOfWindowsUpdate ,
30
30
flags : StartUpOnly ,
31
31
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Feature: Basic test
76
76
Scenario : CRC setup on Windows
77
77
When executing crc setup command succeeds
78
78
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"
80
80
Then stderr should contain "Checking if Hyper-V is installed"
81
81
Then stderr should contain "Checking if user is a member of the Hyper-V Administrators group"
82
82
Then stderr should contain "Checking if the Hyper-V virtual switch exist"
You can’t perform that action at this time.
0 commit comments