From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Fri, 30 Aug 2019 15:14:00 +0200 Subject: [LTP] [PATCH ltp 4/5] runtest/crashme: rename mem01 to avoid duplication In-Reply-To: <20190809062000.8671-4-yixin.zhang@intel.com> References: <20190809062000.8671-1-yixin.zhang@intel.com> <20190809062000.8671-4-yixin.zhang@intel.com> Message-ID: <20190830131359.GA28103@dell5510> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Yixin, > mem01 is already in runtest file mm. Rename the test to mem01_crashme > here. ... > -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 Refused this one, as it's the same case as [5/5]. Quote Cyril: https://patchwork.ozlabs.org/comment/2234376/ The test names in runtest files were never promised to be unique, if the command line is the same the test id should probably stay the same. Kind regards, Petr