Searched refs:logFileName (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | test-zstd-speed.py | 78 logFileName = working_path + '/' + 'tmpEmailContent' 79 with open(logFileName, "w") as myfile: 83 execute('mutt -s "' + topic + '" ' + emails + ' < ' + logFileName, verbose) 85 execute('mail -s "' + topic + '" ' + emails + ' < ' + logFileName, verbose) 91 logFileName, have_mutt, have_mail): argument 92 with open(logFileName, "w") as myfile: 100 + ' < ' + logFileName) 102 execute('mail -s "' + email_topic + '" ' + args.emails + ' < ' + logFileName) 225 logFileName = working_path + "/log_" + branch.replace("/", "_") + ".txt" 254 …hments(branch, commit, last_commit, args, text_to_send, results_files, logFileName, have_mutt, hav…
|