test_exec: ensure master is killed after test
commitc59dad8b8cca7087860e64d161250ab09edb14e9
authorEric Wong <normalperson@yhbt.net>
Thu, 5 Nov 2009 07:47:41 +0000 (4 23:47 -0800)
committerEric Wong <normalperson@yhbt.net>
Thu, 5 Nov 2009 07:54:28 +0000 (4 23:54 -0800)
tree2d89379ac05db14b88593b5492533570beddff6f
parent0ab37e1f493c792e7c21086116adff1a63bf3ff8
test_exec: ensure master is killed after test

The relative working_directory test runs so quickly
that the master may not even have signal handlers
setup by the time we're done with it.  The proper
way would be to not start workers until the master
is ready, but that breaks some test cases horribly.
test/exec/test_exec.rb