Add wget to whitelist_externals for tox

This patch adds wget to the whitelist_externals for tox.ini.
This will prevent a minor error that occurs in the logs due to wget not
being in this list - even though it is used when getting human_log.py

Change-Id: I976bc361c0b2741a88a76a1489a7c44b03dd4a47
This commit is contained in:
Andy McCrae 2016-05-26 12:06:11 +01:00
parent 218a416317
commit 0661affc6d

View File

@ -15,6 +15,7 @@ whitelist_externals =
bash
git
rm
wget
setenv =
VIRTUAL_ENV={envdir}
ANSIBLE_HOST_KEY_CHECKING = False