MCPcopy Create free account
hub / github.com/boostorg/build / dump_stdio

Method dump_stdio

test/BoostBuild.py:423–425  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

421 self.write(name, self.read(name).replace("$toolset", self.toolset))
422
423 def dump_stdio(self):
424 annotation("STDOUT", self.stdout())
425 annotation("STDERR", self.stderr())
426
427 def run_build_system(self, extra_args=None, subdir="", stdout=None,
428 stderr="", status=0, match=None, pass_toolset=None,

Callers 2

run_build_systemMethod · 0.95
fail_testMethod · 0.95

Calls 3

annotationFunction · 0.85
stdoutMethod · 0.80
stderrMethod · 0.80

Tested by

no test coverage detected