| Submitter | Joshua Lock |
|---|---|
| Date | June 13, 2012, 4:31 p.m. |
| Message ID | <de0cb20b5c3712f2039bd7b54ea25fabedb8a62f.1339604980.git.josh@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/29793/ |
| State | New |
| Headers | show |
Comments
On Wed, 2012-06-13 at 09:31 -0700, Joshua Lock wrote: > From: Yi Zhao <yi.zhao@windriver.com> > > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> > Signed-off-by: Joshua Lock <josh@linux.intel.com> > --- > scripts/qemuimage-testlib | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Merged into 2011-1 and poky/edison along with 1/1. Cheers, Richard
Patch
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"