Add "-k" option to pintos script. When used, pintos will scan the
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 27 May 2006 20:21:09 +0000 (20:21 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 27 May 2006 20:21:09 +0000 (20:21 +0000)
commitb3563c2ef34e52288c8cf7a68db0f7ae3b2f9b69
treec7a76a970f0fd7754755064bdfc609ced35a2c31
parent2b640719cb853f957011258456dad330b79581a9
Add "-k" option to pintos script.  When used, pintos will scan the
serial output for key words like "Kernel PANIC" and, if found,
terminate the run.  This is useful for making sure that things like
triple faults or recursive panics don't waste a lot of time by finally
terminating only upon a timeout that might be as much as 10 minutes.
Add "-k" to the command line used in the test scripts.

Also, pintos now saves and restores the terminal settings across the
call to the simulator.  This is because qemu turns off local echo and
doesn't restore it if killed by a signal.
TODO
src/tests/Make.tests
src/tests/filesys/extended/Make.tests
src/utils/pintos