mirror of
https://github.com/facebook/zstd.git
synced 2025-07-28 00:01:53 +03:00
Additional remarks for tests\README.md
This commit is contained in:
@ -204,7 +204,7 @@ if __name__ == '__main__':
|
||||
# check availability of e-mail senders
|
||||
have_mutt = does_command_exist("mutt --help");
|
||||
have_mail = does_command_exist("mail -V");
|
||||
if not have_mutt and not have_mail
|
||||
if not have_mutt and not have_mail:
|
||||
log("WARNING: e-mail senders mail and mutt not found")
|
||||
|
||||
# clone ZSTD repo if needed
|
||||
|
Reference in New Issue
Block a user