gecko-dev/testing/web-platform/tests/manifest
James Graham 1d9588519d Bug 1150821 - Update web-platform-tests to revision 1bb38c25b4720fbfd8ca086ef9275ac3e465c659, a=testonly
--HG--
rename : testing/web-platform/tests/.gitmodules => testing/web-platform/tests/tools/.gitmodules
2015-04-03 10:15:36 +01:00

9 lines
167 B
Python
Executable File

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