[PATCH] tests: avoid spurious test failure due to port-in-use

Jim Meyering jim at meyering.net
Fri Mar 9 17:37:00 UTC 2012


This will help us avoid some pesky FP test failures that arise only
when building via koji.  Some process happened to be listening
on one of the 20 or 30 ports we use for testing.  The old code
blindly used port numbers in increasing order, starting at 9095.
With this patch, it skips any that appear to be in use.

With this, all of F16..F18 and RHEL should now be able to use the
same spec file and no patches.



More information about the iwhd-devel mailing list