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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 BA9EEC43331 for ; Fri, 6 Sep 2019 15:51:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 899EA214DE for ; Fri, 6 Sep 2019 15:51:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567785117; bh=olq8KpdU2v3Ls1VC1ZH3usO+fBe5ugYbV7wB0pi1OIk=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-ID:From; b=2KbnnvlLWl5ODvM0yR7eRXmQQGwDmauMf1xTQXG9Btu8ZdaS0449gSSbARGwjK4Pa awDFfND9bh2GGcvA6+etcd7eg383RoWTjnntn2Gx9QmbLG0fjKSn1SmGR/boSu0k6m WIWY+j9pSRmYKRyhfz2swq965qDFE9I2pwDefpoU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733174AbfIFPv5 (ORCPT ); Fri, 6 Sep 2019 11:51:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:33644 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732161AbfIFPv5 (ORCPT ); Fri, 6 Sep 2019 11:51:57 -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 2ED86207FC; Fri, 6 Sep 2019 15:51:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567785116; bh=olq8KpdU2v3Ls1VC1ZH3usO+fBe5ugYbV7wB0pi1OIk=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=1xdml3Gsyy3q/j7FTCJbHUz4yUZX/SH6snWYY7sqhzkaljmRd3+G0ZZgM+LR6DOoH br/s0BrkxHY1m6dhKYaVDPESnYjHutAjWsgthb6JXc2MRCgla6GRGJxJdVJvYZb83N JefFJkiuJUget12PjYQqEVIMrk9KSSFmo5ZEkQxc= Subject: Re: [PATCH] kunit: Fix '--build_dir' option To: SeongJae Park , brendanhiggins@google.com Cc: linux-kselftest@vger.kernel.org, kunit-dev@googlegroups.com, linux-kernel@vger.kernel.org, shuah References: <1567771541-7690-1-git-send-email-sj38.park@gmail.com> From: shuah Message-ID: <3531717b-fa9d-ac94-57ec-0eb501d1ad3b@kernel.org> Date: Fri, 6 Sep 2019 09:51:35 -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: <1567771541-7690-1-git-send-email-sj38.park@gmail.com> 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 9/6/19 6:05 AM, SeongJae Park wrote: > kunit fails to run with '--build_dir' option because the option is not > properly sent to kernel running procedure. This commit fixes the > problem. Can you please include the failure you are seeing in the commit log thanks, -- Shuah