v2 / vlib / v / debug / tests / common.tcl
6 lines · 6 sloc · 206 bytes · 5310c102a6b62144bc08274884ca3e681ceb1296
Raw
1## This file will be included by all other .expect scripts in this folder.
2set timeout 2
3set stty_init {rows 24 cols 80}
4expect_after timeout { exit 1}
5set test_file [lindex $argv 1]
6spawn [lindex $argv 0]
7