Re: [PATCH 1/3] test_vboot.py: remove extraneous -k option to fit_check_sign

2020-02-11 Thread Simon Glass
Hi Rasmus, On Tue, 11 Feb 2020 at 02:49, Rasmus Villemoes wrote: > Please add a commit message with motivation and effect. > Signed-off-by: Rasmus Villemoes > --- > test/py/tests/test_vboot.py | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > Regards, Simon

[PATCH 1/3] test_vboot.py: remove extraneous -k option to fit_check_sign

2020-02-11 Thread Rasmus Villemoes
Signed-off-by: Rasmus Villemoes --- test/py/tests/test_vboot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/py/tests/test_vboot.py b/test/py/tests/test_vboot.py index 9c41ee56b1..3dd8e3cb66 100644 --- a/test/py/tests/test_vboot.py +++ b/test/py/tests/test_vboot.py