1
0
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:
inikep
2016-06-10 13:59:08 +02:00
parent b06c3e7d6c
commit f169029622
2 changed files with 8 additions and 2 deletions

View File

@ -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