[Windows] Improve MySQL install (#4646)

This commit is contained in:
Nikolay Frolov
2021-12-03 19:49:55 +03:00
committed by GitHub
parent d12aeab69c
commit 050efaf52a
5 changed files with 16 additions and 12 deletions

View File

@@ -65,7 +65,7 @@ Describe "PostgreSQL" {
Describe "MySQL" {
It "MySQL CLI" {
$MysqlMajorVersion = (Get-ToolsetContent).mysql.major_version
mysql -V | Should -BeLike "*${MysqlMajorVersion}*"
$MysqlVersion = (Get-ToolsetContent).mysql.version
mysql -V | Should -BeLike "*${MysqlVersion}*"
}
}