summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatt Mitchell <mmitche@microsoft.com>2015-11-17 14:14:53 -0800
committerMatt Mitchell <mmitche@microsoft.com>2015-11-17 14:14:53 -0800
commit82c0d541fdbf5d82567d0091b80563cf6b65fc7e (patch)
tree235f96f3b8f2b78978aecbb18d14a1137a8d06f1 /tests
parent82c27bcb62cb03ea0d7883689bd8611fe5444d70 (diff)
parent791046d8f1656f0a3d287e011e1e38381470c3b2 (diff)
downloadcoreclr-82c0d541fdbf5d82567d0091b80563cf6b65fc7e.tar.gz
coreclr-82c0d541fdbf5d82567d0091b80563cf6b65fc7e.tar.bz2
coreclr-82c0d541fdbf5d82567d0091b80563cf6b65fc7e.zip
Merge pull request #2073 from mmitche/fix-exit-code
Exit outerlevel build call if innerlevel exits with non-zero code
Diffstat (limited to 'tests')
-rw-r--r--tests/buildtest.cmd1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/buildtest.cmd b/tests/buildtest.cmd
index b13ddd5a95..2d18d4e699 100644
--- a/tests/buildtest.cmd
+++ b/tests/buildtest.cmd
@@ -173,6 +173,7 @@ set _buildprefix=
set _buildpostfix=
set _buildappend=
call :build %1
+if ERRORLEVEL 1 exit /b 1
set CORE_ROOT=%__TestBinDir%\Tests\Core_Root
echo.