diff options
author | Tom Rini <trini@konsulko.com> | 2019-08-20 21:40:12 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-20 21:40:12 -0400 |
commit | 1e60ccd94318fb86610e1e28512b2aaac5f4b069 (patch) | |
tree | 0f0c94502ee6c35a35bf469cc4cdd256b13dcaa5 /test/py/tests | |
parent | 000fc151150150c36c58f6d8e8d2e27d3b668a7d (diff) | |
parent | 4f23d245112bd17898fda5601662d725d8aed9f9 (diff) |
Merge branch '2019-08-20-master-imports'
- Assorted bugfixes
Diffstat (limited to 'test/py/tests')
-rw-r--r-- | test/py/tests/test_mmc_wr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_mmc_wr.py b/test/py/tests/test_mmc_wr.py index 7678c3c9c1..8b18781eac 100644 --- a/test/py/tests/test_mmc_wr.py +++ b/test/py/tests/test_mmc_wr.py @@ -35,7 +35,7 @@ env__mmc_wr_configs = ( """ -@pytest.mark.buildconfigspec('cmd_mmc','cmd_random') +@pytest.mark.buildconfigspec('cmd_mmc','cmd_memory', 'cmd_random') def test_mmc_wr(u_boot_console, env__mmc_wr_config): """Test the "mmc write" command. |