Revision 5490004b22efe3a1111867e6a2e723f0991b12d5 authored by Boris Zbarsky on 18 May 2016, 12:23:16 UTC, committed by James Graham on 18 May 2016, 12:23:19 UTC
Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1273529
1 parent 436463d
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