Skip to content

Commit

Permalink
try env exit
Browse files Browse the repository at this point in the history
  • Loading branch information
yao-msft committed Feb 26, 2022
1 parent 20e2aae commit 54008b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppInstallerCLITests/Run-TestsInPackage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ if ($ScriptWait)
if ($_.Node.errors -ne 0 -Or $_.Node.failures -ne 0)
{
Write-Host "Test Failed."
exit 1
[Environment]::Exit(1)
}
}
Write-Host "Test passed."
Expand Down

0 comments on commit 54008b5

Please sign in to comment.