From: Thierry Parmentelat Date: Fri, 5 Feb 2010 15:31:22 +0000 (+0000) Subject: (no commit message) X-Git-Tag: tests-5.0-2~12 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=85dbb1e72caae74d3243a1e610b94db408260ae7;p=tests.git --- diff --git a/system/TestMain.py b/system/TestMain.py index 3161ea7..dadcfaf 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -375,6 +375,7 @@ steps refer to a method in TestPlc or to a step_* module # duplicate on trace_file if provided if self.options.trace_file: trace.write(TRACE_FORMAT%locals()) + trace.flush() if self.options.trace_file and not self.options.dry_run: trace.close()