Received: by 10.223.185.116 with SMTP id b49csp4154204wrg; Tue, 13 Feb 2018 13:45:53 -0800 (PST) X-Google-Smtp-Source: AH8x2276maiZwOkto4PYXNnty399wLXJ+5lLZX6J0LiFN+lUR9gP0f4GZSqL818I/1ILrYozMpqM X-Received: by 10.99.125.25 with SMTP id y25mr2072951pgc.227.1518558353312; Tue, 13 Feb 2018 13:45:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518558353; cv=none; d=google.com; s=arc-20160816; b=V1j9cLgmsdnF1XUkU0qlQn30xy6i5EXVLxGE70pxO/fxQs0Vl3njk3h8XeoxKrbNVI cnq9IeEnJckmwPuTvLg/WmbZ5ScIfqS6qeGEKrf3xqU+sKo1evqSWf9r7oh/ees7hsUx RezhDuZIGKqb/Hep0DT5GtLi2Y6Ii3dLtP5JnopL1kKQv8oPGoVAxqxLlPxOO08F5le8 O29aG1iT2/Sgko8WwJc/vefIypplg2CUpWAF/RvszeaELoww5a/Zyd3ZDthsfWh56/we /flbvdTeAiBYmr4ySRHXqnrMsZY36JDYIgfokBQ6oi5T8QPbMxpPk3LmNxHn6h+d9IUo 9wAw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=LpbEbj2hEiHSx0UDtDwvZHn1oo8ZpNxKJRtXsSa4SmQ=; b=WaJkA6ak1a37Vj9IzofWbZODCWn6P/NHotFQg1McGvXm0ocdV4WHdeCGKbeKhSr2Az T1BhioP8nuyL83edxkJervB6UaE7HCd+bbQ3vuoJ3xOJHZXk6hpfgmp6PmPxwQK0bUKn E4egS4vFisxHIsPpDcIwSTmsNPKq7k5zErCODsA5dhm3aRUAGgrMjy/TMBS2q38804Sv KOts6ZUWSC/J61ywlsDqjZGoGwN42qsma3zbItMFcqXjw1XS9xVU/Mk6HFqlAunRDVDu ggcwBFzR4ZzKK/vbCT6c/I678zRfpJhPNx7I9V4ca04zFCRfZ5dxlUZfbKoxzuBS21Jh umpA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=samsung.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a89si503438pfg.329.2018.02.13.13.45.38; Tue, 13 Feb 2018 13:45:53 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=samsung.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965949AbeBMVoh (ORCPT + 99 others); Tue, 13 Feb 2018 16:44:37 -0500 Received: from osg.samsung.com ([64.30.133.232]:63530 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965843AbeBMVog (ORCPT ); Tue, 13 Feb 2018 16:44:36 -0500 Received: from localhost (localhost [127.0.0.1]) by osg.samsung.com (Postfix) with ESMTP id 73A9A2BB08; Tue, 13 Feb 2018 13:44:35 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at dev.s-opensource.com Received: from osg.samsung.com ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pFTr_VHoD93T; Tue, 13 Feb 2018 13:44:30 -0800 (PST) Received: from localhost.localdomain (c-24-9-64-241.hsd1.co.comcast.net [24.9.64.241]) by osg.samsung.com (Postfix) with ESMTPSA id A11332BAFC; Tue, 13 Feb 2018 13:44:29 -0800 (PST) From: Shuah Khan To: shuah@kernel.org, lei.yang@windriver.com, tglx@linutronix.de Cc: Shuah Khan , pombredanne@nexb.com, kstewart@linuxfoundation.org, gregkh@linuxfoundation.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] selftests: memory-hotplug: silence test command echo Date: Tue, 13 Feb 2018 14:44:07 -0700 Message-Id: <20180213214407.21717-1-shuahkh@osg.samsung.com> X-Mailer: git-send-email 2.14.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Silence the following command being printed while running test. ./mem-on-off-test.sh -r 2 && echo "selftests: memory-hotplug [PASS]" || echo "selftests: memory-hotplug [FAIL]" Signed-off-by: Shuah Khan --- tools/testing/selftests/memory-hotplug/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/memory-hotplug/Makefile b/tools/testing/selftests/memory-hotplug/Makefile index 86636d207adf..183b46883875 100644 --- a/tools/testing/selftests/memory-hotplug/Makefile +++ b/tools/testing/selftests/memory-hotplug/Makefile @@ -4,7 +4,7 @@ all: include ../lib.mk TEST_PROGS := mem-on-off-test.sh -override RUN_TESTS := ./mem-on-off-test.sh -r 2 && echo "selftests: memory-hotplug [PASS]" || echo "selftests: memory-hotplug [FAIL]" +override RUN_TESTS := @./mem-on-off-test.sh -r 2 && echo "selftests: memory-hotplug [PASS]" || echo "selftests: memory-hotplug [FAIL]" override EMIT_TESTS := echo "$(RUN_TESTS)" run_full_test: -- 2.14.1