commit | 84690c35ee96f1e4c96c67fed1e3b42db9f7c0db | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Aug 04 20:34:39 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Mon Aug 10 17:06:22 2015 +0200 |
tree | 66972a90feaf1eb687b5fff20326638fc1a6bc48 | |
parent | cc86ac5d5673b74f3207a610982dcfa45422a663 [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.