/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.0
test/config/default.exp
21 строка
511 B
Freddy Vulto
(testsuite) Moved tool_start() code to tool_init()
05 ноя 2010, 23:11
05 ноя 2010, 23:11
0367d0b
Код
Авторство
О чём код?
# Set default expect fallback routines expect_after { eof { if {[info exists test]} { fail "$test at eof" } elseif {[info level] > 0} { fail "[info level 1] at eof" } else { fail "eof" } } timeout { if {[info exists test]} { fail "$test at timeout" } elseif {[info level] > 0} { fail "[info level 1] at timeout" } else { fail "timeout" } } }