Add sqlcmd on Ubuntu Server 22.04 (#6127)

This commit is contained in:
Aleksandr Chebotov
2022-08-23 09:18:18 +02:00
committed by GitHub
parent 38a1faf55d
commit b0b00d426c
3 changed files with 3 additions and 4 deletions

View File

@@ -273,9 +273,7 @@ $markdown += New-MDList -Style Unordered -Lines ( $databaseLists | Sort-Object )
$markdown += Build-PostgreSqlSection
$markdown += Build-MySQLSection
if ((Test-IsUbuntu18) -or (Test-IsUbuntu20)) {
$markdown += Build-MSSQLToolsSection
}
$markdown += Build-MSSQLToolsSection
$markdown += New-MDHeader "Cached Tools" -Level 3
$markdown += Build-CachedToolsSection

View File

@@ -182,7 +182,7 @@ Describe "Mono" {
}
}
Describe "MSSQLCommandLineTools" -Skip:(Test-IsUbuntu22) {
Describe "MSSQLCommandLineTools" {
It "sqlcmd" {
"sqlcmd -?" | Should -ReturnZeroExitCode
}