Closed jcartledge closed 11 years ago
Currently pexpect swallows these. We need to indicate to the user that execution was cancelled because a timeout occurred, and clean up properly. This needs to handle extreme cases like while(1);.
while(1);
Need to:
Currently pexpect swallows these. We need to indicate to the user that execution was cancelled because a timeout occurred, and clean up properly. This needs to handle extreme cases like
while(1);
.