commit | b3cb02d222b312d5a0f93976d7e9efec97357e0a | [log] [tgz] |
---|---|---|
author | Kalle Raita <kraita@google.com> | Thu Feb 25 15:10:49 2016 -0800 |
committer | Kalle Raita <kraita@google.com> | Thu Feb 25 15:10:49 2016 -0800 |
tree | 81ed53a47108af53f9eaa5001746ef6a0c9d95de | |
parent | 877da6c9d759325498d81dfeb9bf185896904a11 [diff] [blame] |
Fix missing device detection in the unit test script Change-Id: I154d786dd23868a16f69afffcdde2a9bf92e2adb
diff --git a/common/device-side/test-app/run_tests.sh b/common/device-side/test-app/run_tests.sh index fa5f553..5640260 100755 --- a/common/device-side/test-app/run_tests.sh +++ b/common/device-side/test-app/run_tests.sh
@@ -17,7 +17,7 @@ CTS_DIR=$(dirname ${0})/../../.. source ${CTS_DIR}/test_defs.sh -if [ `adb devices | wc -l` -lt 2 ]; then +if [ `adb devices | wc -l` -lt 3 ]; then echo "NO DEVICES/EMULATORS AVAILABLE. CONNECT ONE." exit 1 fi