aboutsummaryrefslogtreecommitdiff
path: root/tear-down.sh
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-19 23:48:22 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-03-19 23:48:22 +0000
commitc0f7c2ccaeadefe1b3d2ed177c98e17e7bab16c1 (patch)
tree1bfec2a799c64fe67f36eaf37423823608f34f15 /tear-down.sh
parent0a31aa013686ab9bf8fcd057243de88d5595f305 (diff)
added adb disconnect before the end of the test
Diffstat (limited to 'tear-down.sh')
-rwxr-xr-xtear-down.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tear-down.sh b/tear-down.sh
new file mode 100755
index 0000000..4bf14b5
--- /dev/null
+++ b/tear-down.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+IPADDR=`cat IPADDR`
+echo "Disconnecting adb from $IPADDR:5555"
+adb disconnect $IPADDR:5555