Use a more gentle way of shutting down the child process spawned during the...
Use a more gentle way of shutting down the child process spawned during the test execution using pexpect. Change some child.expect() to child.expect_exact() as they try to match the string, not a regular expression. llvm-svn: 130797
Loading
Please register or sign in to comment