diff options
Diffstat (limited to 'test/py/tests/test_shell_basics.py')
-rw-r--r-- | test/py/tests/test_shell_basics.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/py/tests/test_shell_basics.py b/test/py/tests/test_shell_basics.py index 702e5e27e00..0024d5f7f61 100644 --- a/test/py/tests/test_shell_basics.py +++ b/test/py/tests/test_shell_basics.py @@ -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.""" |