1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-14 07:40:05 +00:00

The final full dump takes longer now.

Also set tape number to something other than 0.
This commit is contained in:
Lars Brinkhoff 2018-02-13 16:44:36 +01:00
parent 8fa260b712
commit fcab8d0bda

View File

@ -1465,13 +1465,14 @@ expect ":KILL"
respond "*" $emulator_escape
create_tape "out/output.tape"
type ":dump\r"
respond "_" "dump links full\r"
respond "TAPE NO=" "0\r"
expect "REEL"
respond "_" "dump links full list\r"
respond "LIST DEV =" "tty\r"
respond "TAPE NO=" "1\r"
expect -timeout 3000 "REEL"
respond "_" "rewind\r"
respond "_" "icheck\r"
respond "=" "\r"
respond "_" "quit\r"
expect -timeout 3000 "_"
type "quit\r"
shutdown
quit_emulator