2015-02-25 09:46:32 -08:00
|
|
|
#!/usr/bin/env python
|
2015-04-02 06:45:28 -07:00
|
|
|
import os
|
2015-02-25 09:46:32 -08:00
|
|
|
import sys
|
|
|
|
|
|
|
|
from tools.manifest import update
|
|
|
|
|
2015-04-02 06:45:28 -07:00
|
|
|
update.main(default_tests_root=
|
|
|
|
os.path.abspath(os.path.dirname(__file__)))
|