Browse Source

* lib/framework.exp (open_logs): Line buffer the .sum file.

origin
Ben Elliston 19 years ago
parent
commit
237db45be9
  1. 4
      ChangeLog
  2. 1
      lib/framework.exp

4
ChangeLog

@ -1,3 +1,7 @@
2007-10-31 DJ Delorie <dj@redhat.com>
* lib/framework.exp (open_logs): Line buffer the .sum file.
2007-09-04 Matt Kraai <kraai@ftbfs.org>
* doc/user.xml (Configuration): Fix typos.

1
lib/framework.exp

@ -85,6 +85,7 @@ proc open_logs { } {
if { ${tool} == "testrun" } {
set tool ""
}
fconfigure $sum_file -buffering line
}
# Close the output logs.

Loading…
Cancel
Save