commit | 0870c21fdd0a01bdbf1b9fef04e742cdbf322422 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Jan 08 12:38:15 2018 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Jan 22 11:41:01 2018 +0100 |
tree | 74acfefe2e62adf9723317665b89468e1cfba0c8 | |
parent | 1bca5ef096f1416ee89f1e487b83000e17fbc867 [diff] |
wait_server_start: warn if lsof is not available If lsof is not available, wait_server_start uses a fixed timeout, which can trigger a race condition if the timeout turns out to be too short. Emit a warning so that we know this is going on from the test logs.