[oe-commits] Yi Zhao : scripts/qemuimage-testlib: fix typos

git at git.openembedded.org git at git.openembedded.org
Thu Jun 14 10:18:00 UTC 2012


Module: openembedded-core.git
Branch: 2011-1
Commit: 30c6ec403e1696b5fd94b92328ef9edec535a57a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=30c6ec403e1696b5fd94b92328ef9edec535a57a

Author: Yi Zhao <yi.zhao at windriver.com>
Date:   Wed Jun 13 09:31:27 2012 -0700

scripts/qemuimage-testlib: fix typos

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Joshua Lock <josh at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/qemuimage-testlib |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib
index 6a1b900..f52ac7b 100644
--- a/scripts/qemuimage-testlib
+++ b/scripts/qemuimage-testlib
@@ -83,7 +83,7 @@ Test_SCP()
 	local src=$2
 	local des=$3
 	local tmpfile=`mktemp`
-	local timeout=60
+	local time_out=60
 	local ret=0
 
 	# We use expect to interactive with target by ssh
@@ -109,7 +109,7 @@ Test_SSH()
 	shift
 	local command=$@
 	local tmpfile=`mktemp`
-	local timeout=60
+	local time_out=60
 	local ret=0
 	local exp_cmd=`cat << EOF
 eval spawn ssh -o UserKnownHostsFile=$tmpfile root@$ip_addr "$command"





More information about the Openembedded-commits mailing list