mkorpela / pabot

Parallel executor for Robot Framework test cases.
https://pabot.org
Apache License 2.0
468 stars 151 forks source link

Pabot executes "stuff" via script wrappers #551

Closed rasjani closed 1 year ago

rasjani commented 1 year ago

I have a client environment (windows) where all user installed executables are blocked by group policy. For example; I can't run pabot.exe but need to use python -mpabot.pabot - same with robot...

This is not a problem as I can use python directly but when I run it - Pabot seems to run sub processes via those exe wrappers which are blocked.

Didn't check what process is called like that but it would be nice if there would be a way to not use exes but python -m

EDIT;

atleast robot.exe and rebot.exe gets called ..

rasjani commented 1 year ago

After reading the code, using --command --end-command pair fixes this ..