HomeSort by: relevance | last modified time | path
    Searched defs:have_mail (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/
DEPRECATED-test-zstd-speed.py 79 def send_email(emails, topic, text, have_mutt, have_mail):
86 elif have_mail:
93 logFileName, have_mutt, have_mail):
103 elif have_mail:
214 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail):
256 send_email_with_attachments(branch, commit, last_commit, args, text_to_send, results_files, logFileName, have_mutt, have_mail)
297 have_mail = does_command_exist("mail -V") variable
298 if not have_mutt and not have_mail:
321 print("have_mutt=%s have_mail=%s" % (have_mutt, have_mail))
    [all...]

Completed in 18 milliseconds