Revision 0823b532c7cb750c90e8353fda3824a531a96c64 authored by Michael[tm] Smith on 17 August 2015, 02:09:28 UTC, committed by Michael[tm] Smith on 17 August 2015, 10:02:28 UTC
Part of https://github.com/w3c/web-platform-tests/issues/2033
1 parent 75965c6
Raw File
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