]> git.sur5r.net Git - u-boot/blobdiff - test/py/tests/test_shell_basics.py
test: py: Add cmd_echo dependency
[u-boot] / test / py / tests / test_shell_basics.py
index 702e5e27e002c9fd59306f96927b505c56cf9bc1..0024d5f7f6194a0267ba4fc04ba124ac556f457c 100644 (file)
@@ -4,6 +4,10 @@
 
 # Test basic shell functionality, such as commands separate by semi-colons.
 
+import pytest
+
+pytestmark = pytest.mark.buildconfigspec('cmd_echo')
+
 def test_shell_execute(u_boot_console):
     """Test any shell command."""