Skip to content

Commit

Permalink
build,win: fix goto exit in vcbuild
Browse files Browse the repository at this point in the history
PR-URL: #30931
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
  • Loading branch information
joaocgreis authored and MylesBorins committed Dec 17, 2019
1 parent b20ddde commit 10a77d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vcbuild.bat
Expand Up @@ -720,6 +720,7 @@ echo vcbuild.bat no-cctest : skip building cctest.exe
goto exit

:exit
if %errorlevel% neq 0 exit /b %errorlevel%
exit /b %exit_code%


Expand Down

0 comments on commit 10a77d3

Please sign in to comment.