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=-10.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 F39FFECE58C for ; Mon, 7 Oct 2019 23:06:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C5FF021479 for ; Mon, 7 Oct 2019 23:06:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570489578; bh=7bMEka5pHwJt2nAcv9S9/A9NpGqy+zgg2XVYjqPnToM=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-ID:From; b=SOHm+8ch2+6Kc/n+DtXnaKddt8yNg1yjzUSm8nni07cTdg6VAGDm0g7nxCJNDGQ/B HWkdogPqF5GP/GNmY1X72gvN0ABK7uz0XTWBvsyxCqS2ht81d4M2ZOd0/TGoYPnRpI xPB8Y9GCYMXhNWpP1dZLr6eso8LQRwPz1NPmXkK0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729597AbfJGXGS (ORCPT ); Mon, 7 Oct 2019 19:06:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:54648 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728980AbfJGXGS (ORCPT ); Mon, 7 Oct 2019 19:06:18 -0400 Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net [24.9.64.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 28D8220835; Mon, 7 Oct 2019 23:06:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570489577; bh=7bMEka5pHwJt2nAcv9S9/A9NpGqy+zgg2XVYjqPnToM=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=E5PEHebLlzo5gMfozaes03gIrd+tcH0T/VEQizR+m75/dUxJ7DEJDcV6TVgoXGMh+ rKANVAxj0225BLpuDcA6PgH1lb/1w78R9389UMgefFnFQ92U+PbL/SZTbOpZa5RY12 RoWWp4JJqe0TWyGfpqDxfqmR4rv1+1yTYdRe6yCY= Subject: Re: [PATCH] Documentation: kunit: Fix verification command To: Brendan Higgins , SeongJae Park Cc: Jonathan Corbet , "open list:DOCUMENTATION" , "open list:KERNEL SELFTEST FRAMEWORK" , kunit-dev@googlegroups.com, Linux Kernel Mailing List , shuah References: <1567890091-9712-1-git-send-email-sj38.park@gmail.com> From: shuah Message-ID: <6e4527d8-613a-9972-ee04-139a54915b67@kernel.org> Date: Mon, 7 Oct 2019 17:06:16 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On 10/7/19 4:04 PM, Brendan Higgins wrote: > On Sun, Sep 8, 2019 at 4:40 PM Brendan Higgins > wrote: >> >> On Sat, Sep 7, 2019 at 2:01 PM SeongJae Park wrote: >>> >>> kunit wrapper script ('kunit.py') receives a sub-command (only 'run' for >>> now) as its argument. If no sub-command is given, it prints help >>> message and just quit. However, an example command in the kunit >>> documentation for a verification of kunit is missing the sub-command. >>> This commit fixes the example. >>> >>> Signed-off-by: SeongJae Park >> >> Reviewed-by: Brendan Higgins > > Shuah, can you apply this to the kselftest KUnit branch? This should > not require a resend. > Done. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git test thanks, -- Shuah