Re: [PATCH] selftests: futex: Makefile: fix for lops in targets to run silently

From: Darren Hart
Date: Fri Sep 22 2017 - 20:25:12 EST


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 <shuahkh@xxxxxxxxxxxxxxx>

Thanks Shuah,

Reviewed-by: Darren Hart (VMware) <dvhart@xxxxxxxxxxxxx>

--
Darren Hart
VMware Open Source Technology Center