diff --git a/run-tests.ps1 b/run-tests.ps1 index 4ea0521e33..9ef622767c 100644 --- a/run-tests.ps1 +++ b/run-tests.ps1 @@ -46,4 +46,6 @@ Write-Host "..." Invoke-Expression $testRunnerCmd -cd $PSScriptRoot \ No newline at end of file +cd $PSScriptRoot + +exit $LASTEXITCODE \ No newline at end of file