Home
last modified time | relevance | path

Searched refs:_sh_command (Results 1 – 9 of 9) sorted by relevance

/dports/devel/py-molecule/molecule-2.22/molecule/dependency/
H A Dshell.py74 self._sh_command = None
99 self._sh_command = getattr(sh, command)
101 self._sh_command = self._sh_command.bake(
111 if self._sh_command is None:
H A Dgilt.py69 self._sh_command = None
92 self._sh_command = getattr(sh, self.command)
93 self._sh_command = self._sh_command.bake(
108 if self._sh_command is None:
H A Dansible_galaxy.py78 self._sh_command = None
124 self._sh_command = getattr(sh, self.command)
125 self._sh_command = self._sh_command.bake(
145 if self._sh_command is None:
H A Dbase.py53 util.run_command(self._sh_command, debug=self._config.debug)
70 util.run_command(self._sh_command, debug=self._config.debug)
/dports/devel/py-molecule/molecule-2.22/test/unit/dependency/
H A Dtest_shell.py99 result = str(_instance._sh_command).split()
105 _instance._sh_command = 'patched-command'
129 assert _instance._sh_command is not None
H A Dtest_gilt.py108 result = str(_instance._sh_command).split()
119 _instance._sh_command = 'patched-command'
159 assert _instance._sh_command is not None
H A Dtest_ansible_galaxy.py140 result = str(_instance._sh_command).split()
151 _instance._sh_command = 'patched-command'
200 assert _instance._sh_command is not None
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dvariables.h27 #define VAR_sh_command shgd->vars._sh_command
H A Ddefs.h104 Namval_t *_sh_command; // ${.sh.command} member