tester: killall adb is actually not needed since this is device specific and only needed for HTC...

This commit is contained in:
Gautier Pelloux-Prayer 2015-03-25 17:00:00 +01:00
parent 38f0af6ebe
commit 885743b8fe
2 changed files with 1 additions and 13 deletions

View file

@ -1,11 +1,4 @@
# Ensure that adb is killed before running anything. This is needed in case all:
# the previous execution crashed (while adb still running) because adb will not be able to list atached devices
# until any adb is running
clean:
killall adb 2>/dev/null || true
adb start-server
all: clean
ant debug install ant debug install
run-all-tests: all run-all-tests: all

View file

@ -8,12 +8,7 @@ else
ANT=ant -e ANT=ant -e
endif endif
# Ensure that adb is killed before running anything. This is needed in case
# the previous execution crashed (while adb still running) because adb will not be able to list atached devices
# until any adb is running
clean: clean:
killall adb 2>/dev/null || true
$(SDK_PLATFORM_TOOLS_PATH)/adb start-server
$(SDK_PLATFORM_TOOLS_PATH)/adb uninstall org.linphone.test $(SDK_PLATFORM_TOOLS_PATH)/adb uninstall org.linphone.test
$(SDK_PLATFORM_TOOLS_PATH)/adb uninstall org.linphone $(SDK_PLATFORM_TOOLS_PATH)/adb uninstall org.linphone
$(SDK_PATH)/android update test-project --path . -m ../ $(SDK_PATH)/android update test-project --path . -m ../