Searched refs:runScriptExitCode (Results 1 – 3 of 3) sorted by relevance
124 runScriptExitCode(
274 when=lambda cfg: runScriptExitCode(cfg, ["%{exec} bash -c 'bash --version'"]) != 0,
235 def runScriptExitCode(config, script): function