commit | 74681fa2e6884817868d38483cd2b180053ba3c2 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Aug 04 20:34:39 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Aug 04 20:34:39 2015 +0200 |
tree | 50f281c4d0428008f3929b49eaa99338426c254f | |
parent | 2c998001558e2f85919b0eb18119f191fd558fa3 [diff] |
Make ssl-opt.sh more tolerant to start timeouts Rather than flat-out die when we can't see the server started with lsof, just stop waiting and try to go ahead with the test. Maybe it'll work if there was a problem with lsof, most probably it will fail, but at least we'll have the log, and the results of the following tests. Note: date +%s isn't POSIX, but it works at least on Linux, Darwin/FreeBSD and OpenBSD, which should be good enough for a test script.