(self, node, path)
| 937 | pass |
| 938 | |
| 939 | def PreTests(self, node, path): |
| 940 | if isinstance(node, RunnableConfig): |
| 941 | node.ChangeCWD(path) |
| 942 | |
| 943 | def _Run(self, runnable, count, secondary=False, post_process=True): |
| 944 | shell_dir = self.shell_dir_secondary if secondary else self.shell_dir |