diff options
author | Michal Suchanek <msuchanek@suse.de> | 2022-10-15 11:30:37 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-10-21 21:37:47 -0400 |
commit | 59c585e9c6ca1d0ac08cf79b21a09f8b1eb424d0 (patch) | |
tree | 93e1160aba306891bfd92f4c4e30c53f50e70c72 /test/run | |
parent | 64a11fb8c9a1a5ae385043e5f5e197fa213cc702 (diff) | |
download | u-boot-59c585e9c6ca1d0ac08cf79b21a09f8b1eb424d0.tar.gz u-boot-59c585e9c6ca1d0ac08cf79b21a09f8b1eb424d0.tar.bz2 u-boot-59c585e9c6ca1d0ac08cf79b21a09f8b1eb424d0.zip |
test: Fix typo in test name
For other sandbox tests the printed test name corresponds to the
configuration except for this one.
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/run')
-rwxr-xr-x | test/run | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,9 +51,9 @@ echo "${prompt}" run_test "sandbox_spl" ./test/py/test.py --bd sandbox_spl --build ${para} \ -k 'test_ofplatdata or test_handoff or test_spl' -# Run the sane tests with sandbox_noinst (i.e. without OF_PLATDATA_INST) +# Run the same tests with sandbox_noinst (i.e. without OF_PLATDATA_INST) echo "${prompt}" -run_test "sandbox_spl" ./test/py/test.py --bd sandbox_noinst --build ${para} \ +run_test "sandbox_noinst" ./test/py/test.py --bd sandbox_noinst --build ${para} \ -k 'test_ofplatdata or test_handoff or test_spl' if [ -z "$tools_only" ]; then |