From patchwork Fri Aug 9 06:19:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yixin Zhang X-Patchwork-Id: 1144405 X-Patchwork-Delegate: petr.vorel@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=lists.linux.it (client-ip=213.254.12.146; helo=picard.linux.it; envelope-from=ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=intel.com Received: from picard.linux.it (picard.linux.it [213.254.12.146]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 464b300L0Nz9sN4 for ; Fri, 9 Aug 2019 16:30:35 +1000 (AEST) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id 491123C1D69 for ; Fri, 9 Aug 2019 08:30:33 +0200 (CEST) X-Original-To: ltp@lists.linux.it Delivered-To: ltp@picard.linux.it Received: from in-7.smtp.seeweb.it (in-7.smtp.seeweb.it [IPv6:2001:4b78:1:20::7]) by picard.linux.it (Postfix) with ESMTP id EEA903C183A for ; Fri, 9 Aug 2019 08:30:13 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by in-7.smtp.seeweb.it (Postfix) with ESMTPS id 299A3200B12 for ; Fri, 9 Aug 2019 08:30:12 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Aug 2019 23:30:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,364,1559545200"; d="scan'208";a="326543113" Received: from yixin-dev.sh.intel.com ([10.239.161.25]) by orsmga004.jf.intel.com with ESMTP; 08 Aug 2019 23:30:10 -0700 From: Yixin Zhang To: ltp@lists.linux.it, Yixin Zhang Date: Fri, 9 Aug 2019 14:19:59 +0800 Message-Id: <20190809062000.8671-4-yixin.zhang@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190809062000.8671-1-yixin.zhang@intel.com> References: <20190809062000.8671-1-yixin.zhang@intel.com> X-Virus-Scanned: clamav-milter 0.99.2 at in-7.smtp.seeweb.it X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=7.0 tests=SPF_HELO_NONE,SPF_PASS autolearn=disabled version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on in-7.smtp.seeweb.it Subject: [LTP] [PATCH ltp 4/5] runtest/crashme: rename mem01 to avoid duplication X-BeenThere: ltp@lists.linux.it X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Test Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it Sender: "ltp" mem01 is already in runtest file mm. Rename the test to mem01_crashme here. Signed-off-by: Yixin Zhang --- runtest/crashme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtest/crashme b/runtest/crashme index a4c5b41cc..e853663e6 100644 --- a/runtest/crashme +++ b/runtest/crashme @@ -10,7 +10,7 @@ crash01 crash01 crash02 crash02 # Generate random syscalls and execute them, less probability # to hose your system, but still. -mem01 mem01 -r +mem01_crashme mem01 -r # Memory eater. Loves to be run in parallel with other programs. # May panic on buggy systems if the OOM killer was not fast enough :-) fork12 fork12