[OE-core] [PATCH] gzip: add ptest

Patrick Ohly patrick.ohly at intel.com
Fri Mar 10 07:10:13 UTC 2017


On Thu, 2017-03-09 at 22:48 +0200, Denys Zagorui wrote:
> tests don't work with 'diff' and 'less' utils from busybox

I don't think that depending on diff and less is the right solution for
that problem, because then enabling testing will change the system that
is meant to be tested.

For example, suppose that the real system only has busybox and busybox
diff needs to work. That version of diff cannot be tested anymore with
IMAGE_FEATURES += "ptest-pkgs" because that will pull in gzip-ptest,
which then overrides the busybox diff.

Perhaps the tests can be fixed to work also with busybox, or the tests
can detect busybox and skip the part that depends on real diff and less?

-- 
Best Regards, Patrick Ohly

The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.






More information about the Openembedded-core mailing list