Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752168AbdIWAZJ (ORCPT ); Fri, 22 Sep 2017 20:25:09 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:34519 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751845AbdIWAZI (ORCPT ); Fri, 22 Sep 2017 20:25:08 -0400 Date: Fri, 22 Sep 2017 17:25:01 -0700 From: Darren Hart To: Shuah Khan Cc: shuah@kernel.org, tglx@linutronix.de, mingo@redhat.com, peterz@infradead.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH] selftests: futex: Makefile: fix for lops in targets to run silently Message-ID: <20170923002501.GE20327@fury> References: <20170919005916.21666-1-shuahkh@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170919005916.21666-1-shuahkh@osg.samsung.com> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 626 Lines: 23 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 Thanks Shuah, Reviewed-by: Darren Hart (VMware) -- Darren Hart VMware Open Source Technology Center