https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f94819e400d96a3f36377887dcacd5852320e078 authored by Domenic Denicola on 27 April 2016, 19:47:09 UTC
Add streams test owners
Tip revision: f94819e
manifest
#!/usr/bin/env python
import os
import sys

from tools.manifest import update

update.main(default_tests_root=
            os.path.abspath(os.path.dirname(__file__)))
back to top