Revision 51f30d010fab9995fa8c8af47a1accf2261dfdd8 authored by Hallvord R. M. Steen on 27 May 2016, 09:52:29 UTC, committed by Hallvord R. M. Steen on 27 May 2016, 09:52:29 UTC
1 parent 9efcf4c
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