mirror of
https://github.com/espressif/openthread.git
synced 2026-07-15 16:44:09 +00:00
[travis] add code coverage flag (#3037)
This commit is contained in:
@@ -141,11 +141,9 @@ class otCli:
|
||||
if self.pexpect and self.pexpect.isalive():
|
||||
print("%d: exit" % self.nodeid)
|
||||
self.pexpect.send('exit\n')
|
||||
self.pexpect.expect(pexpect.EOF)
|
||||
self.pexpect.terminate()
|
||||
self._expect(pexpect.EOF)
|
||||
self.pexpect.wait()
|
||||
self.pexpect = None
|
||||
sys.stdout.flush()
|
||||
|
||||
def send_command(self, cmd, go=True):
|
||||
print("%d: %s" % (self.nodeid, cmd))
|
||||
|
||||
Reference in New Issue
Block a user