Searched refs:build_log (Results 1 – 1 of 1) sorted by relevance
124 def setup(env, build_log=subprocess.DEVNULL): argument173 if build_log != subprocess.DEVNULL:174 print('RBE http proxy restart commands:', file=build_log)175 print(' '.join(proxy_kill_command), file=build_log)176 print('cd ' + script_dir, file=build_log)178 file=build_log)189 if build_log != subprocess.DEVNULL:190 print('RBE http proxy kill command:', file=build_log)191 print(' '.join(proxy_kill_command), file=build_log)