- From: Hallvord R. M. Steen <web-platform-tests-notifications@w3.org>
- Date: Fri, 20 Mar 2015 14:28:14 GMT
- To: public-web-platform-tests-notifications@w3.org
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