From 99615264c5490da7edbac875fd0f2cfba0184946 Mon Sep 17 00:00:00 2001 From: yury Date: Tue, 29 Sep 2015 12:31:55 +0000 Subject: [PATCH] * typos. git-svn-id: trunk@31886 - --- tests/readme.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/readme.txt b/tests/readme.txt index fb4aeb585b..76b83ea0bc 100644 --- a/tests/readme.txt +++ b/tests/readme.txt @@ -180,9 +180,9 @@ TEST_RSH set this to the hostname when you want to use rsh/rcp to execute/copy the test TEST_SSH set this to use ssh/scp to execute the test TEST_PUTTY test using putty when remote testing (pscp and plink) -TEST_ADB run tests om remote Android device using ADB. Specify - TEST_ADB=1 to run on default connected device. Specify - TEST_ADB= to run on specific connected device. +TEST_ADB run tests on a remote Android device using ADB. Specify + TEST_ADB=1 to run on a default connected device. Specify + TEST_ADB= to run on a specific connected device. TEST_REMOTEOPT extra options to remote program TEST_REMOTEPATH set remote path to use, default is /tmp TEST_DELBEFORE delete remote executable before uploading