tests: Make test_log.py tests depend on cmd_log not log
authorTom Rini <trini@konsulko.com>
Fri, 25 May 2018 12:28:45 +0000 (08:28 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 31 May 2018 12:53:11 +0000 (08:53 -0400)
commit680a52c35088dc30a4ca18870ec89ff3e1ac0e52
tree0bea603a7fb948297a0aeb8e07f73af657220b3e
parenta903c9a04c02a6bed059046a209f54ca19ca1d6e
tests: Make test_log.py tests depend on cmd_log not log

While the tests in this testcase are for the log subsystem they are only
able to be run if CONFIG_CMD_LOG is enabled as well as CONFIG_LOG, so
update the buildconfigspec requirement.

Signed-off-by: Tom Rini <trini@konsulko.com>
test/py/tests/test_log.py