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 -- To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html