mobly icon indicating copy to clipboard operation
mobly copied to clipboard

[WIP] Fix utils.stop_standing_subprocess error on Mac OS

Open mhaoli opened this issue 1 year ago • 0 comments

Forked from #916.

Now utils.stop_standing_subprocess uses some arguments of ps which is only supported on Linux, but not on Mac OS. So we need to use pgrep instead.

Also fixed the issue that unit tests did not check status of the subprocesses which should be killed.


This change is Reviewable

mhaoli avatar May 09 '24 03:05 mhaoli