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 BethGriggs committed Feb 6, 2020
1 parent f2cc093 commit 0b3951a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vcbuild.bat
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 0b3951a

Please sign in to comment.