]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test: Fix typo in test name
authorMichal Suchanek <msuchanek@suse.de>
Sat, 15 Oct 2022 09:30:37 +0000 (11:30 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 22 Oct 2022 01:37:47 +0000 (21:37 -0400)
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>
test/run

index 810b47e08d0c5acbb45e3e5387811576669f94c4..c4ab046ce8f0cdce1226e3c955c7a2c3edc1cbaa 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -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