
16 Jul
2016
16 Jul
'16
3:50 p.m.
On Sun, Jul 03, 2016 at 09:40:45AM -0600, Simon Glass wrote:
At present all the hush tests are skipped on sandbox because the test thinks that this option is disabled. In fact it has just been renamed.
It might be better to use the full CONFIG_xxx name in tests with @pytest.mark.buildconfigspec(), since at present it is not really clear that the options are related.
Fixes: f1f9d4fa (hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER)
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Teddy Reed teddy.reed@gmail.com
Applied to u-boot/master, thanks!
--
Tom