Searched refs:log_file (Results 1 – 3 of 3) sorted by relevance
41 log_file = None variable45 if log_file:46 print(*args, file=log_file)47 log_file.flush()119 global log_file120 log_file = open(LOG_PATH_INSTANCE0, "w")139 log_file.close()145 global log_file146 log_file = open(LOG_PATH_INSTANCE1, "w")184 log_file.close()
54 log_file= # Where to save the output of the test script.64 --log-file) log_file=$2; shift;;78 test x"$log_file" = x && missing_opts="$missing_opts --log-file"107 "$@" >$log_file 2>&1129 echo "$res $test_name (exit status: $estatus)" >>$log_file
55 log_file= # Where to save the output of the test script.65 --log-file) log_file=$2; shift;;95 "$@" >$log_file 2>&1
Completed in 4 milliseconds