android - Shutting down genymotion properly via terminal -


i'm running problem automating tests , use help:

i starting emulator via shell script on macos

player -n {vm_id} & 

the emulator loads , testing works fine.

unfortunately after first test, emulator doesn't shut down.

killing player with:

ps -ef | grep "player" | awk '{print $2}' | xargs kill 

results in not being able open genymotion second test in same script. (an android 4.4. test , android 4.3 test afterwards)

is there way shut down emulator in other way via shell script?


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -