Skip to content

Commit 0b3951a

Browse files
joaocgreisBethGriggs
authored andcommitted
build,win: fix goto exit in vcbuild
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>
1 parent f2cc093 commit 0b3951a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vcbuild.bat

+1
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ echo vcbuild.bat no-cctest : skip building cctest.exe
717717
goto exit
718718

719719
:exit
720+
if %errorlevel% neq 0 exit /b %errorlevel%
720721
exit /b %exit_code%
721722

722723

0 commit comments

Comments
 (0)