Hi folks,
Could anyone give me insight on how to run check_static_initializers.py locally? I have an invocation on a bot
here that I'd like to repro locally, but I don't know what to pass for --args when running locally:
blundell:src(use_static_angle) $ ./testing/scripts/check_static_initializers.py --build-dir out/mac_release
Traceback (most recent call last):
File "/usr/local/google/home/blundell/clankium/src/./testing/scripts/check_static_initializers.py", line 244, in <module>
sys.exit(common.run_script(sys.argv[1:], funcs))
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/google/home/blundell/clankium/src/testing/scripts/common.py", line 152, in run_script
return args.func(args)
^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'func'
Thanks,
Colin