MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / run_single_to_str

Method run_single_to_str

scripts/modules/Shell.py:100–105  ·  view source on GitHub ↗
(self,cmd)

Source from the content-addressed store, hash-verified

98 return out
99
100 def run_single_to_str(self,cmd):
101 out = subprocess.check_output(cmd, env=self.env, stderr=subprocess.STDOUT, shell=True).decode('utf-8')
102 if (len(out.strip()) > 0):
103 logger.debug(out)
104 logger.debug("%s returned" % cmd)
105 return out

Callers 6

get_filesMethod · 0.95
run_to_strMethod · 0.95
run_singleMethod · 0.95
error_on_diffMethod · 0.80
error_on_diffMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected