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

Method run_single_interactive

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

Source from the content-addressed store, hash-verified

78 self.cd( self.cwd )
79
80 def run_single_interactive(self,cmd):
81 subprocess.check_call(cmd, env=self.env,stderr=subprocess.STDOUT, shell=True)
82 logger.debug("%s returned" % cmd)
83
84 def run_single(self,cmd):
85 if self.is_interactive:

Callers 1

run_singleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected