diff options
Diffstat (limited to 'scripts/Expect.py')
-rwxr-xr-x | scripts/Expect.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Expect.py b/scripts/Expect.py index cc02bcda0f1..2ce0cd55b51 100755 --- a/scripts/Expect.py +++ b/scripts/Expect.py @@ -300,6 +300,7 @@ class Expect (object): self.desc = desc self.logfile = logfile self.timeout = timeout + self.p = None if self.logfile: self.logfile.write('spawn: "%s"\n' % command) |