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 <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
  • Loading branch information
joaocgreis authored and targos committed Jan 14, 2020
1 parent 47067ce commit 78cf6d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,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 78cf6d0

Please sign in to comment.