File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11# Note that these are what's required outside of the genie_python requirements
22h5py
33configobj
4- docker
5- docker-compose
4+ # docker
5+ # docker-compose
66kafka-python
77mock
88parameterized
Original file line number Diff line number Diff line change @@ -2,10 +2,13 @@ setlocal
22call create_virtual_env.bat
33call %EPICS_ROOT% \stop_ibex_server.bat
44python test_setup_teardown.py> base_line_memory.txt
5+ set exitcode = %errorlevel%
6+ IF %exitcode% NEQ 0 (
7+ echo ERROR: Running test_setup_teardown failed with code %exitcode%
8+ )
59set /P BASE_MEMORY_USAGE = < base_line_memory.txt
610call %EPICS_ROOT% \start_ibex_server.bat
711set " PYTHONUNBUFFERED = 1"
8- set " exitcode = 0"
912python -u " %~dp0 run_tests.py" %*
1013IF %errorlevel% NEQ 0 (
1114 set exitcode = %errorlevel%
You can’t perform that action at this time.
0 commit comments