Skip to content

Commit 42af3b8

Browse files
joaocgreisBethGriggs
authored andcommittedFeb 27, 2020
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 5484e06 commit 42af3b8

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
@@ -675,6 +675,7 @@ echo vcbuild.bat no-cctest : skip building cctest.exe
675675
goto exit
676676

677677
:exit
678+
if %errorlevel% neq 0 exit /b %errorlevel%
678679
exit /b %exit_code%
679680

680681

0 commit comments

Comments
 (0)
Please sign in to comment.