Skip to content

Commit

Permalink
Merge pull request #118 from ISISComputingGroup/run_sys_tests_against…
Browse files Browse the repository at this point in the history
…_main

Explicitly run system tests against main branch of genie_python and ibex_bluesky_core
  • Loading branch information
Chsudeepta authored Nov 28, 2024
2 parents bf15c86 + caadfb5 commit 52b5407
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions run_tests.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
setlocal
call create_virtual_env.bat
call %EPICS_ROOT%\stop_ibex_server.bat

REM always run system tests against latest versions of genie_python and ibex_bluesky_core
python -m pip install genie_python[plot]@git+https://github.com/IsisComputingGroup/genie.git@main
if %errorlevel% NEQ 0 EXIT /B %errorlevel%
python -m pip install ibex_bluesky_core@git+https://github.com/IsisComputingGroup/ibex_bluesky_core.git@main
if %errorlevel% NEQ 0 EXIT /B %errorlevel%

python -u test_setup_teardown.py>base_line_memory.txt
set exitcode=%errorlevel%
IF %exitcode% NEQ 0 (
Expand Down

0 comments on commit 52b5407

Please sign in to comment.