Skip to content

Commit

Permalink
Windows chef-cli hab version check
Browse files Browse the repository at this point in the history
Signed-off-by: nitin sanghi <[email protected]>
  • Loading branch information
sanghinitin committed Dec 2, 2024
1 parent 0bc1054 commit 10689fa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions habitat/tests/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ param (
[string]$PackageIdentifier = $(throw "Usage: test.ps1 [test_pkg_ident] e.g. test.ps1 ci/user-windows/1.0.0/20190812103929")
)

# ensure Pester is available for test use
if (-Not (Get-Module -ListAvailable -Name Pester)){
hab pkg install core/pester
Import-Module "$(hab pkg path core/pester)\module\pester.psd1"
}

Write-Host "--- :fire: Smokish Pestering"
# Pester the Package
Expand Down

0 comments on commit 10689fa

Please sign in to comment.