• M
    Skip the TLSProxy tests if environmental problems are an issue · b02b5743
    Matt Caswell 提交于
    On some platforms we can't startup the TLSProxy due to environmental
    problems (e.g. network set up on the build machine). These aren't OpenSSL
    problems so we shouldn't treat them as test failures. Just visibly
    indicate that we are skipping the test.
    
    We only skip the first time we attempt to start up the proxy. If that works
    then everything else should do...if not we should probably investigate and
    so report as a failure.
    
    This also removes test_networking...there is a danger that this turns into
    a test of user's environmental set up rather than OpenSSL.
    Reviewed-by: NRichard Levitte <levitte@openssl.org>
    b02b5743
Proxy.pm 11.5 KB