From 237db45be96d8cdf0bc647dff2f99ff4eed360c2 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 30 Oct 2007 21:07:39 +0000 Subject: [PATCH] * lib/framework.exp (open_logs): Line buffer the .sum file. --- ChangeLog | 4 ++++ lib/framework.exp | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index cca0d56..ca7078e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-31 DJ Delorie + + * lib/framework.exp (open_logs): Line buffer the .sum file. + 2007-09-04 Matt Kraai * doc/user.xml (Configuration): Fix typos. diff --git a/lib/framework.exp b/lib/framework.exp index 8693f1a..cc32762 100644 --- a/lib/framework.exp +++ b/lib/framework.exp @@ -85,6 +85,7 @@ proc open_logs { } { if { ${tool} == "testrun" } { set tool "" } + fconfigure $sum_file -buffering line } # Close the output logs.