summaryrefslogtreecommitdiff
path: root/automated/android/cts/cts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/android/cts/cts.sh')
-rwxr-xr-xautomated/android/cts/cts.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/automated/android/cts/cts.sh b/automated/android/cts/cts.sh
index 9f5bdc3..8e85d94 100755
--- a/automated/android/cts/cts.sh
+++ b/automated/android/cts/cts.sh
@@ -23,7 +23,7 @@ while getopts ':s:o:n:d:c:t:' opt; do
case "${opt}" in
s) SKIP_INSTALL="${OPTARG}" ;;
o) TIMEOUT="${OPTARG}" ;;
- n) SN="${OPTARG}" ;;
+ n) ANDROID_SERIAL="${OPTARG}" ;;
d) JDK="${OPTARG}" ;;
c) CTS_URL="${OPTARG}" ;;
t) TEST_PARAMS="${OPTARG}" ;;
@@ -80,7 +80,8 @@ if [ -d android-cts/results ]; then
fi
# Run CTS test.
-./cts-runner.py -t "${TEST_PARAMS}" -n "${SN}"
+info_msg "About to run dd speed test on device ${ANDROID_SERIAL}"
+./cts-runner.py -t "${TEST_PARAMS}"
# Cleanup.
rm -f /etc/apt/sources.list.d/cts.list