pass through errors for tlstest and ssltest

This commit is contained in:
Brent Cook 2017-01-16 10:15:35 -06:00
parent f21bd20c7e
commit 4cb675e2d9
2 changed files with 6 additions and 0 deletions

View File

@ -14,5 +14,8 @@ if "%srcdir%"=="" (
%srcdir%\testssl.bat %srcdir%\server.pem %srcdir%\server.pem %srcdir%\ca.pem ^
%ssltest_bin% %openssl_bin%
if !errorlevel! neq 0 (
exit /b 1
)
endlocal

View File

@ -10,5 +10,8 @@ if "%srcdir%"=="" (
)
%tlstest_bin% %srcdir%\server.pem %srcdir%\server.pem %srcdir%\ca.pem
if !errorlevel! neq 0 (
exit /b 1
)
endlocal