[OE-core] [PATCH] ptest-runner: compatibile with busybox

Björn Stenberg bjst at enea.com
Mon Sep 23 08:41:38 UTC 2013


rongqing.li at windriver.com wrote:
> +    for x in `find $libdir -name run-ptest -type f`
> +        cd `dirname "$x"`

You can get this list of ptest dirs by just running `ls -d */ptest`. It is simpler and also much faster than using "find".

-- 
Björn



More information about the Openembedded-core mailing list