Télécharger la liste

Description du projet

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.

Système requise

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.

2012-06-27 05:17 Retour à la liste release
4.3.1

Cette version corrige un bug de chemin d'accès de fichiers include, ssh (pas de clé) détection rapide de connexion, un * bug INFINITE_LOOP qui serait double/triple le compte à rebours et CLI - v - vv, - vvv substitue de journalisation (* INFO, * WARN, * déboguer). Il fonctionne avec des versions plus anciennes d'attendre (plus de 5.44.x, comme cygwin et les anciennes installations de Linux) et valide les EL_CONNECT_METHOD au démarrage (par défaut = 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