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

Method dump_stdio

v2/test/BoostBuild.py:410–412  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

408 self.write(name, self.read(name).replace("$toolset", self.toolset))
409
410 def dump_stdio(self):
411 annotation("STDOUT", self.stdout())
412 annotation("STDERR", self.stderr())
413
414 def run_build_system(self, extra_args=None, subdir="", stdout=None,
415 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