[Windows] pin mysql release version in toolset (#4590)

This commit is contained in:
Mikhail Koliada
2021-11-26 11:52:02 +03:00
committed by GitHub
parent acc3d7cc0d
commit 8922c7b5bf
5 changed files with 15 additions and 12 deletions

View File

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