Ticket #250: patch-buildbot_scripts_logwatcher_py

File patch-buildbot_scripts_logwatcher_py, 0.6 kB (added by marcusl, 9 months ago)
Line 
1 $OpenBSD$
2 --- buildbot/scripts/logwatcher.py.orig Sun Mar 30 04:30:17 2008
3 +++ buildbot/scripts/logwatcher.py      Tue Apr 22 16:24:15 2008
4 @@ -44,7 +44,7 @@ class LogWatcher(LineOnlyReceiver):
5          # line was seen. If the logfile could not be opened, it errbacks with
6          # an IOError.
7          self.p = reactor.spawnProcess(self.pp, "/usr/bin/tail",
8 -                                      ("tail", "-F", "-n", "0", self.logfile),
9 +                                      ("tail", "-f", "-n", "0", self.logfile),
10                                        env=os.environ,
11                                        )
12          self.running = True