Skip to content

Commit

Permalink
fix(build.bat): return error if unit test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Feb 9, 2024
1 parent 04c4127 commit 24fa8ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ if errorlevel 1 goto error
if "%build_test%" == "ON" (
pushd %build_dir%
ctest --output-on-failure
if errorlevel 1 goto error
popd
)

Expand Down

0 comments on commit 24fa8ae

Please sign in to comment.