mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-23 12:40:43 +01:00
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> |
||
|---|---|---|
| .. | ||
| test_000_version.py | ||
| test_dfu.py | ||
| test_env.py | ||
| test_help.py | ||
| test_hush_if_test.py | ||
| test_md.py | ||
| test_net.py | ||
| test_sandbox_exit.py | ||
| test_shell_basics.py | ||
| test_sleep.py | ||
| test_ums.py | ||
| test_unknown_cmd.py | ||
| test_ut.py | ||