Merge lp:~liuyq0307/lava-android-test/update-check-sdcardmount into lp:lava-android-test

Proposed by Yongqin Liu
Status: Merged
Merged at revision: 213
Proposed branch: lp:~liuyq0307/lava-android-test/update-check-sdcardmount
Merge into: lp:lava-android-test
Diff against target: 12 lines (+1/-1)
1 file modified
lava_android_test/test_definitions/hostshells/sdcard-mounted.sh (+1/-1)
To merge this branch: bzr merge lp:~liuyq0307/lava-android-test/update-check-sdcardmount
Reviewer Review Type Date Requested Status
Yongqin Liu self test Approve
Review via email: mp+129143@code.launchpad.net

Description of the change

update the check if the sdcard is mounted

To post a comment you must log in.
Revision history for this message
Yongqin Liu (liuyq0307) :
review: Approve (self test)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava_android_test/test_definitions/hostshells/sdcard-mounted.sh'
2--- lava_android_test/test_definitions/hostshells/sdcard-mounted.sh 2012-09-13 08:45:15 +0000
3+++ lava_android_test/test_definitions/hostshells/sdcard-mounted.sh 2012-10-11 10:26:26 +0000
4@@ -54,7 +54,7 @@
5 if [ -n "${SERIAL}" ]; then
6 ADB_OPTION="-s ${SERIAL}"
7 fi
8- adb ${ADB_OPTION} shell mount |grep 'sdcard '
9+ adb ${ADB_OPTION} shell mount |grep '/sdcard'
10 if [ $? -eq 0 ]; then
11 echo "sdcard-mounted=pass"
12 else

Subscribers

People subscribed via source and target branches