* [PATCH 0/1] scripts/qemuimage-testlib: fix typos
@ 2012-03-21 6:33 Yi Zhao
2012-03-21 6:33 ` [PATCH 1/1] " Yi Zhao
0 siblings, 1 reply; 3+ messages in thread
From: Yi Zhao @ 2012-03-21 6:33 UTC (permalink / raw)
To: openembedded-core
Hi,
This patch fixed typos in scripts/qemuimage-testlib.
The local variable "timeout" should be "time_out" in Test_SSH() and Test_SCP() functions.
The following changes since commit 224ff370b4636cdd33c47c1e6341ef43a67e0227:
xserver-kdrive: compile xserver without dtrace support (2012-03-20 15:21:39 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib yizhao/fixtypo
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=yizhao/fixtypo
Yi Zhao (1):
scripts/qemuimage-testlib: fix typos
scripts/qemuimage-testlib | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] scripts/qemuimage-testlib: fix typos
2012-03-21 6:33 [PATCH 0/1] scripts/qemuimage-testlib: fix typos Yi Zhao
@ 2012-03-21 6:33 ` Yi Zhao
2012-03-21 14:04 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Yi Zhao @ 2012-03-21 6:33 UTC (permalink / raw)
To: openembedded-core
---
scripts/qemuimage-testlib | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib
index 222e363..7bdaa4f 100755
--- 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
@@ -116,7 +116,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"
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] scripts/qemuimage-testlib: fix typos
2012-03-21 6:33 ` [PATCH 1/1] " Yi Zhao
@ 2012-03-21 14:04 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-03-21 14:04 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Wed, 2012-03-21 at 14:33 +0800, Yi Zhao wrote:
> ---
> scripts/qemuimage-testlib | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-21 14:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-21 6:33 [PATCH 0/1] scripts/qemuimage-testlib: fix typos Yi Zhao
2012-03-21 6:33 ` [PATCH 1/1] " Yi Zhao
2012-03-21 14:04 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox