tester: killall adb
is actually not needed since this is device specific and only needed for HTC...
This commit is contained in:
parent
38f0af6ebe
commit
885743b8fe
2 changed files with 1 additions and 13 deletions
|
@ -1,11 +1,4 @@
|
|||
# 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:
|
||||
killall adb 2>/dev/null || true
|
||||
adb start-server
|
||||
|
||||
all: clean
|
||||
all:
|
||||
ant debug install
|
||||
|
||||
run-all-tests: all
|
||||
|
|
|
@ -8,12 +8,7 @@ else
|
|||
ANT=ant -e
|
||||
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:
|
||||
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
|
||||
$(SDK_PATH)/android update test-project --path . -m ../
|
||||
|
|
Loading…
Reference in a new issue