diff mbox series

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

Message ID 20200211094818.14219-2-rasmus.villemoes@prevas.dk
State Deferred
Delegated to: Tom Rini
Headers show
Series RFC: add fdt_add_pubkey tool | expand

Commit Message

Rasmus Villemoes Feb. 11, 2020, 9:49 a.m. UTC
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
---
 test/py/tests/test_vboot.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Simon Glass Feb. 11, 2020, 5:14 p.m. UTC | #1
Hi Rasmus,

On Tue, 11 Feb 2020 at 02:49, Rasmus Villemoes
<rasmus.villemoes@prevas.dk> wrote:
>

Please add a commit message with motivation and effect.

> Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
> ---
>  test/py/tests/test_vboot.py | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>

Regards,
Simon
diff mbox series

Patch

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
@@ -180,8 +180,7 @@  def test_vboot(u_boot_console):
 
         cons.log.action('%s: Check signed config on the host' % sha_algo)
 
-        util.run_and_log(cons, [fit_check_sign, '-f', fit, '-k', tmpdir,
-                                '-k', dtb])
+        util.run_and_log(cons, [fit_check_sign, '-f', fit, '-k', dtb])
 
         # Replace header bytes
         bcfg = u_boot_console.config.buildconfig