summaryrefslogtreecommitdiff
path: root/android/scripts
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil.kumaran@linaro.org>2013-02-12 11:14:14 +0530
committerSenthil Kumaran <senthil.kumaran@linaro.org>2013-02-12 11:14:14 +0530
commitdf49103cb5c9d040a2cbf2fe1aef6ce2fedda176 (patch)
treea56e379b49a6d7e8c3e2d031cfe831723e56a6d1 /android/scripts
parenta037359c1524c7059264c6c63b76bea276be6c9a (diff)
Fix the grep pattern in homescreen test definition for android.
Diffstat (limited to 'android/scripts')
-rwxr-xr-xandroid/scripts/homescreen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/scripts/homescreen.sh b/android/scripts/homescreen.sh
index cd04154..cc9f847 100755
--- a/android/scripts/homescreen.sh
+++ b/android/scripts/homescreen.sh
@@ -25,7 +25,7 @@ timeout=0
while(true)
do
echo "Waiting for Homescreen ..."
- if logcat -d | grep -rni "Displayed com.android.launcher/com.android.launcher2Launcher:" ; then
+ if logcat -d | grep -rni "Displayed com.android.launcher/com.android.launcher2.Launcher:" ; then
echo "Homescreen=pass"
break
fi