All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Changed syntax for dumpimage, failing tests
@ 2019-02-14  0:16 Vagrant Cascadian
  2019-02-14 13:11 ` [U-Boot] [PATCH] test: Update test-imagetools.sh to match new syntax Martyn Welch
  0 siblings, 1 reply; 5+ messages in thread
From: Vagrant Cascadian @ 2019-02-14  0:16 UTC (permalink / raw)
  To: u-boot

The syntax for dumpimage was changed since v2019.01, but
test/image/test-imagetools.sh wasn't updated with the new syntax.

While the change may make sense, it breaks existing behavior, and that
has it's drawbacks...

In any case, the tests shouldn't fail.

I believe this is the commit that changed it:

commit 12b831879a765722c1a94ca75c6adb6f80759cd9
Author: Martyn Welch <martyn.welch@collabora.com>
Date:   Sat Jan 26 02:31:51 2019 +0000

    tools: dumpimage: Simplify arguments

    The dump image utility has very confusing syntax. If called to list
    image contents ("-l") it takes the image name as a positional
    argument. If the utility is called to extract something from the
    image, the image must be provided via the optional argument "-i" as
    well as the positional argument but the value passed in the
    positional argument will be completely ignored.

    Simplify dumpimage by always providing the image as the first
    positional argument. Assume we want to dump something from the image
    if we do not provide the "-l" option for now.


live well,
  vagrant
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 227 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190213/877695f0/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-03-09  3:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-14  0:16 [U-Boot] Changed syntax for dumpimage, failing tests Vagrant Cascadian
2019-02-14 13:11 ` [U-Boot] [PATCH] test: Update test-imagetools.sh to match new syntax Martyn Welch
2019-02-20  1:09   ` Vagrant Cascadian
2019-02-20 10:51     ` Martyn Welch
2019-03-09  3:53   ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.