commit | 52e05e9255870668f0514e9d4a78aeb9bef09ac5 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Tue Jun 07 08:31:15 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 09 13:53:05 2016 -0400 |
tree | aba1b5641a5f138d98c64eeb0822d85f42c707b1 | |
parent | 0b368b1e0f08dbc8f1120639f4c7e85b9521a79b [diff] |
tests: py: disable main_signon check for printenv cmd if CONFIG_VERSION_VARIABLE is set, the U-Boot environment contains a "vers" variable with the current U-Boot version string. If now "printenv" is called, test/py fails as it detects the main_sign string, which is in this case correct. So check only the main_sign as an error, if CONFIG_VERSION_VARIABLE is not set. Signed-off-by: Heiko Schocher <hs@denx.de>