Expect-lite 3.0.5 (Default branch) |
|
|
Expect-lite is a wrapper for expect, created to
make expect programming even easier. The wrapper
permits the creation of expect script command
files by using special character(s) at the
beginning of each line to indicate the expect-lite
action. Basic expect-lite scripts can be created
by simply cutting and pasting text from a terminal
window into a script, and adding '>' '
License: BSD License (revised)
Changes:
This release fixes a bug where line 2 of the script was not interpreted. A random example (test_expect_random.txt) shows how to add randomness to a test (and recreate the test with $seed).
|