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

Method program_set

v2/test/TestCmd.py:352–356  ·  view source on GitHub ↗

Set the executable program or script to be tested.

(self, program, inpath)

Source from the content-addressed store, hash-verified

350 self._preserve[cond] = 1
351
352 def program_set(self, program, inpath):
353 """Set the executable program or script to be tested."""
354 if not inpath and program and not os.path.isabs(program[0]):
355 program[0] = os.path.join(self._cwd, program[0])
356 self.program = program
357
358 def read(self, file, mode='rb'):
359 """

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected