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:
@@ -37,6 +37,7 @@ proc create_tape {file} {
|
||||
|
||||
proc quit_emulator {} {
|
||||
respond "sim>" "q\r"
|
||||
expect eof
|
||||
}
|
||||
|
||||
proc initialize_comsat {} {
|
||||
|
||||
Reference in New Issue
Block a user