Skip to content

Commit

Permalink
logs for the testing
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique Saidalavi <[email protected]>
  • Loading branch information
ashiqueps committed Dec 4, 2024
1 parent e2a0e77 commit 91e47a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions habitat/tests/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ $help_message=hab pkg exec "${pkg_ident}" -- chef-vault -h
$original_message="Usage: chef-vault"

Write-Host "Checking the help message of the package"
Write-Host "Expected: $original_message"
Write-Host "Actual: $help_message"
if ($help_message -like $original_message)
{
Write "Chef-vault is working fine"
Expand Down

0 comments on commit 91e47a5

Please sign in to comment.