commit | 880605aafdb60977c0d441c2472a3ee1dbfbd2d3 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sun Oct 14 00:18:40 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sun Oct 14 00:18:40 2007 +0000 |
tree | f87755fe29876465fafe8d760bfafb6e2cadcaad | |
parent | 5d743fd187f59ef792373e026f0de4ada63a3387 [diff] |
Let the O/S supply a port if none of the default ports can be used. This should make the tests more robust at the expense of allowing tests to be sloppier by not requiring them to cleanup after themselves. (It will legitamitely help when running two test suites simultaneously or if another process is already using one of the predefined ports.) Also simplifies (slightLy) the exception handling elsewhere.