ISISComputingGroup / IBEX

Top level repository for IBEX stories
4 stars 2 forks source link

testframework: print procserv process id #8292

Closed FreddieAkeroyd closed 2 months ago

FreddieAkeroyd commented 2 months ago

As a developer i would like the procserv launcher for the ioc test framework to print the process ID of the procserv.exe process created. This process id can probably be got from

https://github.com/ISISComputingGroup/EPICS-IOC_Test_Framework/blob/657a4952de324fb3caf62d75cf217712263dac21/utils/ioc_launcher.py#L192

ans then printed at

https://github.com/ISISComputingGroup/EPICS-IOC_Test_Framework/blob/657a4952de324fb3caf62d75cf217712263dac21/utils/ioc_launcher.py#L374

FreddieAkeroyd commented 2 months ago

Done in https://github.com/ISISComputingGroup/EPICS-IOC_Test_Framework/blob/7f3c287ef1cfd6366b94f05396f302be9ec9cb67/utils/ioc_launcher.py#L374