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>
This commit is contained in:
parent
64a11fb8c9
commit
59c585e9c6
4
test/run
4
test/run
@ -51,9 +51,9 @@ echo "${prompt}"
|
|||||||
run_test "sandbox_spl" ./test/py/test.py --bd sandbox_spl --build ${para} \
|
run_test "sandbox_spl" ./test/py/test.py --bd sandbox_spl --build ${para} \
|
||||||
-k 'test_ofplatdata or test_handoff or test_spl'
|
-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}"
|
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'
|
-k 'test_ofplatdata or test_handoff or test_spl'
|
||||||
|
|
||||||
if [ -z "$tools_only" ]; then
|
if [ -z "$tools_only" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user