Minor fixes. Somehow do-tests.pl suddenly started failing
authorSteve Reinhardt <stever@eecs.umich.edu>
Wed, 10 Dec 2003 04:25:52 +0000 (20:25 -0800)
committerSteve Reinhardt <stever@eecs.umich.edu>
Wed, 10 Dec 2003 04:25:52 +0000 (20:25 -0800)
commitdb6038937d126ec11e7745a1182c69f79b92f41f
tree93d184d929b5337b452b33a6171674662ed4d6d0
parent3d8cd2046792b6f3b270e80bad79f2aec921761b
Minor fixes.  Somehow do-tests.pl suddenly started failing
on test5 because of a wrong exit code; fixed that.

sim/main.cc:
    No need to ignore SIGPIPE, as far as I know.
sim/sim_events.cc:
    A CountedExitEvent is a normal termination, so
    should have an exit code of 0.

--HG--
extra : convert_revision : 8b5072aca54f3ca08b2815b73ac01c00e4da49b6
sim/main.cc
sim/sim_events.cc