Resurrect restore test and updates

This commit is contained in:
Bruno Sutic
2015-02-22 21:53:33 +01:00
parent 66916085d9
commit 9cabda7c71
6 changed files with 92 additions and 11 deletions

View File

@ -53,3 +53,13 @@ proc start_resurrect_save {} {
send ""
sleep 5
}
proc start_resurrect_restore {} {
send ""
sleep 10
}
proc clear_screen_for_window {target} {
send "tmux send-keys -t $target C-l\r"
sleep 0.2
}