Re: [U-Boot] [PATCH v2 2/2] test: py: hush: Add echo dependency

2017-05-19 Thread Michal Simek
On 18.5.2017 18:27, Stephen Warren wrote: > On 05/18/2017 01:23 AM, Michal Simek wrote: >> Some tests depends on echo command to be present. > >> diff --git a/test/py/tests/test_hush_if_test.py >> b/test/py/tests/test_hush_if_test.py > >> +@pytest.mark.buildconfigspec('cmd_echo') >>

Re: [U-Boot] [PATCH v2 2/2] test: py: hush: Add echo dependency

2017-05-18 Thread Stephen Warren
On 05/18/2017 01:23 AM, Michal Simek wrote: Some tests depends on echo command to be present. diff --git a/test/py/tests/test_hush_if_test.py b/test/py/tests/test_hush_if_test.py +@pytest.mark.buildconfigspec('cmd_echo') @pytest.mark.parametrize('expr,result', subtests) def