Re: [test-infra] Run serve.py and then got openssl error (#1537)

I hacked around this error by doing 

    if '\\' in root_dir:
        root_dir = root_dir.replace('\\', '/')

inside get_config() in tools/sslutils/openssl.py

I have no idea if that's a proper fix though..

View on GitHub: https://github.com/w3c/web-platform-tests/issues/1537#issuecomment-84031571

Received on Friday, 20 March 2015 14:28:21 UTC