From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C6461C433DB for ; Tue, 26 Jan 2021 06:01:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 888D822A84 for ; Tue, 26 Jan 2021 06:01:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728070AbhAZGBT (ORCPT ); Tue, 26 Jan 2021 01:01:19 -0500 Received: from mx2.suse.de ([195.135.220.15]:57058 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726858AbhAYJeV (ORCPT ); Mon, 25 Jan 2021 04:34:21 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 19B4BAB9F; Mon, 25 Jan 2021 09:10:29 +0000 (UTC) Date: Mon, 25 Jan 2021 10:10:27 +0100 From: Petr Vorel To: Richard Palethorpe Cc: ltp@lists.linux.it, Oliver Hartkopp , Marc Kleine-Budde , linux-can@vger.kernel.org Subject: Re: [LTP] [PATCH v3 6/7] can: Remove obsolete test wrapper script Message-ID: Reply-To: Petr Vorel References: <20210120143723.26483-1-rpalethorpe@suse.com> <20210120143723.26483-7-rpalethorpe@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210120143723.26483-7-rpalethorpe@suse.com> Precedence: bulk List-ID: X-Mailing-List: linux-can@vger.kernel.org Hi Richie, > 2) To Run the tests from this directory, do: > -$ ./run_ltp-can_tests.sh > +$ ./can_filter > +$ ./can_rcv_own_msgs > 3) To let LTP run the tests from $LTPROOT, execute: > $ ./runltp -f can You also need to update runtest/can (which can be done during merge). diff --git runtest/can runtest/can index 6aa2ae9f5..b637183c6 100644 --- runtest/can +++ runtest/can @@ -1,2 +1,2 @@ -can_filter can_run_tests.sh can_filter -can_rcv_own_msgs can_run_tests.sh can_rcv_own_msgs +can_filter can_filter +can_rcv_own_msgs can_rcv_own_msgs Whole patchset LGTM, thanks! Reviewed-by: Petr Vorel Kind regards, Petr From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Mon, 25 Jan 2021 10:10:27 +0100 Subject: [LTP] [PATCH v3 6/7] can: Remove obsolete test wrapper script In-Reply-To: <20210120143723.26483-7-rpalethorpe@suse.com> References: <20210120143723.26483-1-rpalethorpe@suse.com> <20210120143723.26483-7-rpalethorpe@suse.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it Hi Richie, > 2) To Run the tests from this directory, do: > -$ ./run_ltp-can_tests.sh > +$ ./can_filter > +$ ./can_rcv_own_msgs > 3) To let LTP run the tests from $LTPROOT, execute: > $ ./runltp -f can You also need to update runtest/can (which can be done during merge). diff --git runtest/can runtest/can index 6aa2ae9f5..b637183c6 100644 --- runtest/can +++ runtest/can @@ -1,2 +1,2 @@ -can_filter can_run_tests.sh can_filter -can_rcv_own_msgs can_run_tests.sh can_rcv_own_msgs +can_filter can_filter +can_rcv_own_msgs can_rcv_own_msgs Whole patchset LGTM, thanks! Reviewed-by: Petr Vorel Kind regards, Petr