From: Michal Suchanek Date: Sat, 15 Oct 2022 09:30:37 +0000 (+0200) Subject: test: Fix typo in test name X-Git-Tag: v2023.01-rc1~23^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59c585e9c6ca1d0ac08cf79b21a09f8b1eb424d0;p=pandora-u-boot.git 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 Reviewed-by: Simon Glass Reviewed-by: Simon Glass --- diff --git a/test/run b/test/run index 810b47e08d0..c4ab046ce8f 100755 --- 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