blob: edebae62695b619c4124c4dacc8b4187091b988b [file] [log] [blame]
James Grahamdf533dd2015-01-22 16:47:461#!/usr/bin/env python
James Grahamef4c08d2015-03-30 10:51:222import os
James Grahamdf533dd2015-01-22 16:47:463import sys
4
5from tools.manifest import update
6
James Grahamef4c08d2015-03-30 10:51:227update.main(default_tests_root=
8 os.path.abspath(os.path.dirname(__file__)))