f9177e5286
Cleanup test/run scripts and add a --debug-xtrace option.
18 lines
206 B
Plaintext
18 lines
206 B
Plaintext
source lib/library.exp
|
|
|
|
|
|
proc unit_exit {} {
|
|
# Exit bash
|
|
send "\rexit\r"
|
|
}
|
|
|
|
|
|
proc unit_start {} {
|
|
start_interactive_test
|
|
}
|
|
|
|
|
|
proc unit_version {} {
|
|
puts "$::TESTDIR, bash-$::BASH_VERSION"
|
|
}
|