[Windows] Add MySQL to the toolset (#4435)

This commit is contained in:
V-Zabayrachny
2021-11-11 17:18:39 +03:00
committed by GitHub
parent 60dcd87ff3
commit f8c50c93b5
5 changed files with 16 additions and 11 deletions

View File

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