From eb32393041e9a8f9a4aea7a1ad6076f87d590217 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Sat, 31 Mar 2018 17:14:08 +0200 Subject: [PATCH] need to return exit code --- run-tests.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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