]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
selftests: futex: Makefile: fix for loops in targets to run silently
authorShuah Khan <shuahkh@osg.samsung.com>
Tue, 19 Sep 2017 00:46:23 +0000 (18:46 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Mon, 25 Sep 2017 16:09:00 +0000 (10:09 -0600)
commit659dbfd8c47adeb03f401d1a1f17091bb63cc5a2
tree803f2a0f2df7eac9d36b6b8ca820f19b1c314521
parent1ede053632f6380d7e1dba4d781e5eb78621aa3a
selftests: futex: Makefile: fix for loops in targets to run silently

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@osg.samsung.com>
Reviewed-by: Darren Hart (VMware) <dvhart@infradead.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/futex/Makefile