[Fuego] [PATCH 21/30] run-test: use console.txt as the log name

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Mon Jun 4 07:17:55 UTC 2018


Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 engine/scripts/ftc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/engine/scripts/ftc b/engine/scripts/ftc
index 57976d8..28ccb68 100755
--- a/engine/scripts/ftc
+++ b/engine/scripts/ftc
@@ -3393,6 +3393,7 @@ def do_run_test(conf, options):
     # stream output to log file while test is running
 
     # create log file
+    console_log_filename = "consolelog.txt"
     log_filename = run_dir + os.sep + console_log_filename
     log = open(log_filename, "w+")
     log.write("LOG HEADER from FTC")
-- 
2.7.4




More information about the Fuego mailing list