On Mon, Sep 18, 2017 at 06:59:15PM -0600, Shuah Khan wrote:
> Fix for loops in targets to run silently to avoid cluttering the test
> results.
> 
> Suppresses the following from targets:
> 
> for DIR in functional; do               \
>         BUILD_TARGET=./tools/testing/selftests/futex/$DIR; \
>         mkdir $BUILD_TARGET  -p;        \
>         make OUTPUT=$BUILD_TARGET -C $DIR all;\
> done
> 
> ./tools/testing/selftests/futex/run.sh
> 
> Signed-off-by: Shuah Khan <shua...@osg.samsung.com>

Thanks Shuah,

Reviewed-by: Darren Hart (VMware) <dvh...@infradead.org>

-- 
Darren Hart
VMware Open Source Technology Center

Reply via email to