/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.2
test/config/default.exp
23 строки
534 B
Freddy Vulto
Reviewed tests d*
16 июн 2009, 01:17
16 июн 2009, 01:17
043fe4d
Код
Авторство
О чём код?
# Set default expect fallback routines expect_after { eof { if {[info exists test]} { fail "$test at eof" } else { fail "[info level 1] at eof" }; # if }; # eof timeout { if {[info exists test]} { fail "$test at timeout" } else { fail "[info level 1] at timeout" }; # if }; # timeout }; # expect_after() # Call tool_start(), if available if { [info procs "${tool}_start"] != "" } { ${tool}_start }; # if