Download List

项目描述

expect-lite is an quick and easy command line automation tool. Written in expect, it is designed to directly map an interactive terminal session into an automation script. expect-lite scripts use special character(s) at the beginning of each line to indicate the action. Basic expect-lite scripts can be created by simply cutting and pasting text from a terminal window into a script, and adding '>' '<' characters. No knowledge of expect is required. Expect-lite is targeted at the verification testing environment, and will produce a Pass/Fail result at the end of the script. However, its use is not limited to this environment. It includes a powerful debugger with breakpoints, step/skip, and the ability to copy/paste expect-lite lines right into a running script.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-29 21:32
4.4.1

在新的 bug * 日志功能时在命令行上使用固定的。
标签: Minor bugfixes, automation, scripting
A bug in the new *LOG feature when used on the command line was fixed.

2013-01-21 14:24
4.4.0

此版本将支持本机日志记录添加到文件中使用 * 日志 / * NOLOG。它提高了 install.sh NFS 挂载主驱动器。
标签: stable feature enhancement, regression
This release adds support for native logging to a file using *LOG/*NOLOG. It improves install.sh for NFS mounted home drives.

2012-12-05 06:43
4.3.3

This release adds include file passing var=values with spaces, adds el_shell.elt, a helpful dev script for easy copy and pasting commands, and has more small bugfixes: "send" bug "bad flag -1", dyn var capture when "=" are present e.g. +$var=(\d) = STRING, single number expect, and a bug if a number was not on a line by itself.
标签: Minor feature enhancements, Minor bugfixes, automation, scripting

2012-08-15 07:17
4.3.2

此版本修复了 Ubuntu bug #994386,登录发送不正确 env 安装程序命令,同时循环测试空白 (未定义) 变量、 无限循环计数器 (它仍数太多) 和 install.sh 配置作为非特权用户 (NFS 挂载的主目录的修复)。已创建期望简装的博客。
标签: Minor bugfixes
This release fixes Ubuntu bug #994386, login sending an incorrect env setup command, while loop test blank (undefined) variables, infinite loop counters (it was still counting too many), and install.sh configuring as an unprivileged user (a fix for NFS-mounted home directories). An expect-lite blog has been created.

2012-06-27 05:17
4.3.1

此版本修复路径 bug 与包含文件,ssh (没有密钥) 登录提示检测 * INFINITE_LOOP bug,将双人房倒计时和 CLI-v,-vv,-vvv 重写的日志记录 (* 信息,* 发出警告,* 调试)。它与较旧版本的期望 (旧比 5.44.x,这个软件和旧的 Linux 的装置等),并在启动时验证 EL_CONNECT_METHOD (默认值 = 无)。
标签: Minor bugfixes
This release fixes a path bug with include files, ssh (no key) login prompt detection, an *INFINITE_LOOP bug which would double/triple the countdown, and CLI -v,-vv,-vvv overrides of logging (*INFO, *WARN, *DEBUG). It works with older versions of expect (older than 5.44.x, such as cygwin, and old Linux installations) and validates EL_CONNECT_METHOD at startup (default=none).

Project Resources