MCPcopy Create free account
hub / github.com/nodejs/node / _possible_outdirs

Method _possible_outdirs

deps/v8/tools/testrunner/base_runner.py:397–409  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

395 # outdir
396 # outdir on bots
397 def _possible_outdirs(self):
398 def outdirs():
399 if self.options.gn:
400 yield self._get_gn_outdir()
401 return
402
403 yield self.options.outdir
404
405 if self.options.outdir.name != 'build':
406 yield self.options.outdir / 'build'
407
408 for outdir in outdirs():
409 yield self.basedir / outdir
410
411 def _get_gn_outdir(self):
412 gn_out_dir = self.basedir / DEFAULT_OUT_GN

Callers 1

_load_build_configMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected