Searched refs:build_log (Results 1 – 1 of 1) sorted by relevance
120 def setup(env, build_log=subprocess.DEVNULL): argument169 if build_log != subprocess.DEVNULL:170 print('RBE http proxy restart commands:', file=build_log)171 print(' '.join(proxy_kill_command), file=build_log)172 print('cd ' + script_dir, file=build_log)174 file=build_log)185 if build_log != subprocess.DEVNULL:186 print('RBE http proxy kill command:', file=build_log)187 print(' '.join(proxy_kill_command), file=build_log)