MCPcopy Create free account
hub / github.com/apache/cloudstack / runSetupScript

Function runSetupScript

tools/marvin/mvn-setup.py:45–49  ·  view source on GitHub ↗

Invoke setup.py with the provided arguments

(args)

Source from the content-addressed store, hash-verified

43
44
45def runSetupScript(args):
46 """Invoke setup.py with the provided arguments"""
47 cmd = ['python3', setupScript] + args
48 exitCode = subprocess.call(cmd)
49 return exitCode
50
51
52if __name__ == "__main__":

Callers 1

mvn-setup.pyFile · 0.85

Calls 1

callMethod · 0.45

Tested by

no test coverage detected