| Submitter | Yi Zhao |
|---|---|
| Date | March 21, 2012, 6:33 a.m. |
| Message ID | <fc8230099877dffac09cc0ac4c5f81faa94236b7.1332311035.git.yi.zhao@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/23947/ |
| State | Accepted |
| Commit | 69f019c48b40ac3b7a8bce2da819f03072e78020 |
| Headers | show |
Comments
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
Patch
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"