Searched refs:have_mail (Results 1 – 1 of 1) sorted by relevance
/external/lz4/tests/ |
D | test-lz4-speed.py | 76 def send_email(emails, topic, text, have_mutt, have_mail): argument 83 elif have_mail: 90 logFileName, have_mutt, have_mail): argument 100 elif have_mail: 203 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail): argument 238 …(branch, commit, last_commit, args, text_to_send, results_files, logFileName, have_mutt, have_mail) 271 have_mail = does_command_exist("mail -V") variable 272 if not have_mutt and not have_mail: 294 print("have_mutt=%s have_mail=%s" % (have_mutt, have_mail)) 313 ….py %s has been started' % (email_header, pid, script_version), args.message, have_mutt, have_mail) [all …]
|