Download List

Descripción del Proyecto

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 Requirements

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

Un error en el nuevo * se fija la función de registro cuando se utilizan en la línea de comandos.
Tags: 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

Esta versión agrega soporte para el registro de nativo a un archivo mediante * registro / * NOLOG. Mejora install.sh para NFS montado caseros unidades.
Tags: 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.
Tags: Minor feature enhancements, Minor bugfixes, automation, scripting

2012-08-15 07:17
4.3.2

Esta versión corrige error de Ubuntu #994386, enviando un comando de configuración incorrecta env, mientras install.sh Configurar como un usuario sin privilegios (un fix para los directorios principales montados en NFS), contadores de bucle infinito (aún contaba demasiados) y variables (undefined) en blanco de la prueba de bucle de inicio de sesión. Se ha creado un blog puede esperar-lite.
Tags: 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

Esta versión corrige un error de ruta con archivos de inclusión, ssh (no clave) detección rápida de inicio de sesión, un * error INFINITE_LOOP que sería doble/triple la cuenta regresiva y CLI - v, - vv, - vvv reemplaza de registro (* información, * WARN, * depurar). Funciona con versiones anteriores de espera (más de 5.44.x, como cygwin y antiguas instalaciones de Linux) y valida EL_CONNECT_METHOD al inicio (por defecto = none).
Tags: 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