opnsense-ports/devel/ice/files/patch-scripts-Expect.py
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
468 B
Python

--- scripts/Expect.py.orig 2013-03-11 15:19:47.000000000 +0000
+++ scripts/Expect.py 2014-09-08 22:32:43.000000000 +0000
@@ -461,7 +461,7 @@
if win32 and self.exitstatus != 0 and self.killed is not None:
self.exitstatus = -self.killed
self.p = None
- self.r.join()
+ self.r.join(timeout)
# Simulate a match on EOF
self.buf = self.r.getbuf()
self.before = self.buf