Mypal/testing/web-platform/tests/manifest
2019-03-12 18:31:25 +03:00

9 lines
167 B
Python

#!/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__)))