Searched refs:test_shell (Results 1 – 3 of 3) sorted by relevance
418 bool test_shell = false; variable685 !options.test_shell; in use_interactive_shell()
828 if (options.test_shell) { in ExecuteString()4452 options.test_shell = true; in SetOptions()4456 options.test_shell = false; in SetOptions()
153 def test_shell(self): member in SubprocessMixin