mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-23 20:49:56 +01:00
CONFIG_VERSION_VARIABLE isn't always defined, so we can't simply look up
its value directly, or an exception will occur if it isn't defined.
Instead, we must use .get() to supply a default value if the variable
isn't defined.
Fixes:
|
||
|---|---|---|
| .. | ||
| 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 | ||