aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2007-10-30 21:07:39 +0000
committerBen Elliston <bje@gnu.org>2007-10-30 21:07:39 +0000
commit237db45be96d8cdf0bc647dff2f99ff4eed360c2 (patch)
tree580d537452f6d0c95ad754090b524dd04c6517eb /lib
parent6404fe23bb97cb57dea84b20c9da7fed9764990e (diff)
* lib/framework.exp (open_logs): Line buffer the .sum file.
Diffstat (limited to 'lib')
-rw-r--r--lib/framework.exp1
1 files changed, 1 insertions, 0 deletions
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.