run_test.bat 56 B

1234567
  1. pip check
  2. IF %ERRORLEVEL% NEQ 0 exit /B 1
  3. exit /B 0