Browse Source

need to return exit code

pull/512/head
Anton Firszov 8 years ago
parent
commit
30cba185a1
  1. 4
      run-tests.ps1

4
run-tests.ps1

@ -46,4 +46,6 @@ Write-Host "..."
Invoke-Expression $testRunnerCmd
cd $PSScriptRoot
cd $PSScriptRoot
exit $LASTEXITCODE
Loading…
Cancel
Save