diff --git a/images/ubuntu/Ubuntu2404-Readme.md b/images/ubuntu/Ubuntu2404-Readme.md index 62109824cd68..28704bbed5d7 100644 --- a/images/ubuntu/Ubuntu2404-Readme.md +++ b/images/ubuntu/Ubuntu2404-Readme.md @@ -315,4 +315,3 @@ Use the following command as a part of your job to start the service: 'sudo syst | xz-utils | 5.6.1+really5.4.5-1build0.1 | | zip | 3.0-13ubuntu0.1 | | zsync | 0.6.2-5build1 | - diff --git a/images/ubuntu/scripts/tests/Tools.Tests.ps1 b/images/ubuntu/scripts/tests/Tools.Tests.ps1 index 54f02e72d0ad..5f15ba069799 100644 --- a/images/ubuntu/scripts/tests/Tools.Tests.ps1 +++ b/images/ubuntu/scripts/tests/Tools.Tests.ps1 @@ -326,8 +326,7 @@ Describe "Packer" { } Describe "Pulumi" { - It "pulumi" { - "pulumi version" | Should -ReturnZeroExitCode + It "pulumi version" | Should -ReturnZeroExitCode } } @@ -411,3 +410,9 @@ Describe "Kotlin" { "kotlinc-js -version" | Should -ReturnZeroExitCode } } + +Describe "SQLite3" { + It "sqlite3" { + "sqlite3 --version" | Should -ReturnZeroExitCode + } +}