File: test_openbsd_luna88k_bootup.expect

package info (click to toggle)
gxemul 0.7.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,152 kB
  • sloc: ansic: 111,065; sh: 972; exp: 354; makefile: 118
file content (14 lines) | stat: -rwxr-xr-x 202 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/local/bin/expect

set timeout 4000
spawn ./gxemul -e luna-88k -q -d R:liveimage-luna88k-raw-20201206.img boot

set  send_slow  {1 .5}

expect " starting in"
send -s "\r"

expect "login:"

close