1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-20 00:27:45 +00:00

WIP: Wait for EOF after quitting the emulator.

When shutting down the emulator and starting another, it's otherwise
possible for the first read from the new emulator to return an error
(EIO from the pty read in Expect).

WIP because I've only done this for simh...
This commit is contained in:
Adam Sampson
2018-08-04 01:24:09 +01:00
parent b2f52fc28c
commit 559771ec58

View File

@@ -37,6 +37,7 @@ proc create_tape {file} {
proc quit_emulator {} {
respond "sim>" "q\r"
expect eof
}
proc initialize_comsat {} {