in scripts/xcresult_logs.py [0:0]
def xcresulttool(*args): """Runs xcresulttool and returns its output as a string.""" cmd = ['xcrun', 'xcresulttool'] cmd.extend(args) command_trace.log(cmd) return subprocess.check_output(cmd)