wallcito / google-toolbox-for-mac

Automatically exported from code.google.com/p/google-toolbox-for-mac
Apache License 2.0
0 stars 0 forks source link

Kill the simulator prior to running the unit tests #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just add this line to the beginning RuniPhoneUnitTest.sh

ps -x | egrep "iPhone Simulator" | awk '{ print $1 }' | xargs kill -9

Original issue reported on code.google.com by dprot...@gmail.com on 23 Apr 2009 at 4:22

GoogleCodeExporter commented 9 years ago
Just realized this has issues with xcode when trying to run

Original comment by dprot...@gmail.com on 23 Apr 2009 at 4:23

GoogleCodeExporter commented 9 years ago
The trunk already does this -- http://code.google.com/p/google-toolbox-for-
mac/source/browse/trunk/UnitTesting/RunIPhoneUnitTest.sh#60

Original comment by thoma...@gmail.com on 23 Apr 2009 at 7:19

GoogleCodeExporter commented 9 years ago
Was the existing kill not working for you?

Original comment by thoma...@gmail.com on 30 Apr 2009 at 2:08

GoogleCodeExporter commented 9 years ago
Wasn't using trunk -- you can close this issue

Original comment by dprot...@gmail.com on 30 Apr 2009 at 3:33

GoogleCodeExporter commented 9 years ago
Trunk has kill

Original comment by thoma...@gmail.com on 30 Apr 2009 at 3:39