I also get this error for 20% of my testshere is the bat dos command partstart /B /WAIT adb -s %DEVICESERIAL% shell am force-stop com.myapp.teststart /B /WAIT adb -s %DEVICESERIAL% shell am force-stop com.myappstart /B /WAIT adb -s %DEVICESERIAL% shell rm -r mnt/sdcard/Robotium-Screenshotsstart /B /WAIT adb -s %DEVICESERIAL% shell mkdir mnt/sdcard/Robotium-Screenshotsstart /B /WAIT adb -s %DEVICESERIAL% uninstall com.myappstart /B /WAIT adb -s %DEVICESERIAL% uninstall %TESTNAME%start /B /WAIT adb -s %DEVICESERIAL% shell rm -r mnt/sdcard/myappstart /B /WAIT adb -s %DEVICESERIAL% install -r %APPPATHFILENAME%start /B /WAIT adb -s %DEVICESERIAL% install %TESTPATHFILENAME%start /B /WAIT adb -s %DEVICESERIAL% shell pm clear com.myappecho test starting...start /B /WAIT adb -s %DEVICESERIAL% logcat -cIF NOT %ERRORLEVEL%==0 goto :errorstart /B /WAIT adb -s %DEVICESERIAL% shell am instrument -w ^%TESTNAME%/android.test.InstrumentationTestRunner || goto :errorIF NOT %ERRORLEVEL%==0 goto :errorthere is nothing in the logcat that could explain
I also get this error for 20% of my testshere is the bat dos command part
start /B /WAIT adb -s %DEVICESERIAL% shell am force-stop com.myapp.teststart /B /WAIT adb -s %DEVICESERIAL% shell am force-stop com.myappstart /B /WAIT adb -s %DEVICESERIAL% shell rm -r mnt/sdcard/Robotium-Screenshotsstart /B /WAIT adb -s %DEVICESERIAL% shell mkdir mnt/sdcard/Robotium-Screenshotsstart /B /WAIT adb -s %DEVICESERIAL% uninstall com.myappstart /B /WAIT adb -s %DEVICESERIAL% uninstall %TESTNAME%start /B /WAIT adb -s %DEVICESERIAL% shell rm -r mnt/sdcard/myappstart /B /WAIT adb -s %DEVICESERIAL% install -r %APPPATHFILENAME%start /B /WAIT adb -s %DEVICESERIAL% install %TESTPATHFILENAME%start /B /WAIT adb -s %DEVICESERIAL% shell pm clear com.myappecho test starting...start /B /WAIT adb -s %DEVICESERIAL% logcat -cIF NOT %ERRORLEVEL%==0 goto :errorstart /B /WAIT adb -s %DEVICESERIAL% shell am instrument -w ^%TESTNAME%/android.test.InstrumentationTestRunner || goto :errorIF NOT %ERRORLEVEL%==0 goto :errorthere is nothing in the logcat that could explain
On Friday, March 25, 2011 7:55:37 AM UTC-7, mayank wrote:
--
You received this message because you are subscribed to the Google Groups "Robotium Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotium-develo...@googlegroups.com.
To post to this group, send email to robotium-...@googlegroups.com.
Visit this group at http://groups.google.com/group/robotium-developers?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.