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=-6.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 ADA7CC388F7 for ; Thu, 22 Oct 2020 07:40:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4FF4C21707 for ; Thu, 22 Oct 2020 07:40:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="SnZS0dU3" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2508734AbgJVHkj (ORCPT ); Thu, 22 Oct 2020 03:40:39 -0400 Received: from smtp-fw-9101.amazon.com ([207.171.184.25]:3351 "EHLO smtp-fw-9101.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2508725AbgJVHkj (ORCPT ); Thu, 22 Oct 2020 03:40:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1603352439; x=1634888439; h=from:to:cc:subject:date:message-id:mime-version; bh=i+r5byucLjYXAdWulfH06tMwuc+8U15rfQaqQy4BW4s=; b=SnZS0dU31h3EzR1OHLvSDZpGeGyBj84lEkkW/oFHwDOkpuhOYI3gCdH/ oGa29Ss8a2M6uRY/Un8v92ZUTRWIObneq1lmbua35OSN7f9CTFnZzlvcs HA+CzjBdiuXDyHF4DldYr2xIzgLlx0mxhzzgWn/g8UUm0oh7HGtWDTxNv E=; X-IronPort-AV: E=Sophos;i="5.77,404,1596499200"; d="scan'208";a="79115578" Received: from sea32-co-svc-lb4-vlan3.sea.corp.amazon.com (HELO email-inbound-relay-1a-16acd5e0.us-east-1.amazon.com) ([10.47.23.38]) by smtp-border-fw-out-9101.sea19.amazon.com with ESMTP; 22 Oct 2020 07:40:32 +0000 Received: from EX13D31EUB001.ant.amazon.com (iad12-ws-svc-p26-lb9-vlan3.iad.amazon.com [10.40.163.38]) by email-inbound-relay-1a-16acd5e0.us-east-1.amazon.com (Postfix) with ESMTPS id 32962A21E8; Thu, 22 Oct 2020 07:40:29 +0000 (UTC) Received: from u3f2cd687b01c55.ant.amazon.com (10.43.161.237) by EX13D31EUB001.ant.amazon.com (10.43.166.210) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 22 Oct 2020 07:40:26 +0000 From: SeongJae Park To: CC: SeongJae Park , , , , Subject: [PATCH v2 0/2] kunit: tool: Respect '.kunitconfig' in '--build_dir' Date: Thu, 22 Oct 2020 09:40:09 +0200 Message-ID: <20201022074011.1990-1-sjpark@amazon.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.43.161.237] X-ClientProxiedBy: EX13D38UWB003.ant.amazon.com (10.43.161.178) To EX13D31EUB001.ant.amazon.com (10.43.166.210) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: SeongJae Park This patchset makes kunit tool to respect '.kunitconfig' under the '--build_dir'. Revision History ================ >From v1 (https://lore.kernel.org/linux-kselftest/20201012102621.32226-2-sjpark@amazon.com/) - Rebase on master branch of linus' tree (Not a clean rebase) - Add 'Reviewed-by: Brendan Higgins ' in second patch SeongJae Park (2): kunit: tool: Respect '.kunitconfig' in 'build_dir' kunit: tool: Mark 'kunittest_config' as constant again tools/testing/kunit/kunit.py | 28 +++++++++++++++------------- tools/testing/kunit/kunit_kernel.py | 6 +++--- 2 files changed, 18 insertions(+), 16 deletions(-) -- 2.17.1