commit | d6bc29d987336927ff97219d5f661389f33f8f11 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Jul 01 15:21:15 2020 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Jul 01 15:21:15 2020 -0400 |
tree | bb44c1baa68531a70c3a9279f98a751cd5e86437 | |
parent | 167234268cf6cb932ffb180586f3874ae3293a55 [diff] |
ktest.pl: Just open up the log file once Currently, every write to the log file is done by opening the file, writing to it, then closing the file. This rather expensive. Just open it at the beginning and close it at the end. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>