From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BC5CDA04E0; Thu, 28 Nov 2019 19:40:41 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C1968235; Thu, 28 Nov 2019 19:40:40 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 9C0D191 for ; Thu, 28 Nov 2019 19:40:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574966438; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=RTdK1KUEQB5Zz+uJ+aN5cAPbi30tTqc/7pbcTho6UsI=; b=PJ0dM9dnLaZoCLe2hHPr9XUBNnicf+/ggGQqUcX7akrb5bxNC0MWlr6absZj3IoMEqY3fJ sCSjzvZ8io8OicjUJjiAHXyrYow6GsulEK0lYRNnGLbE83PkzHzc+GEeBYVH5LKLVtZxSC Jo5g1FZ8X1sbeFrkyBYr4SBGJ69XP+A= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-31-7KVU6J04O0yuAPHdGZlMhg-1; Thu, 28 Nov 2019 13:40:35 -0500 Received: by mail-vk1-f198.google.com with SMTP id s205so9936198vka.17 for ; Thu, 28 Nov 2019 10:40:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=HOAAf3E+NT5y1ef2BY4j/ERWpmVJtdEy0OVgzyJJ7oU=; b=MQAARXnQMw/PkVkfNgHl99KOZoxXOjjSiB+mL6FR7Hrl6GqA+vsoyHCO5fpu44KqQx AkEDbUt7qyBd+9uORfpoC84hCAUbeExJg4quut7nm2Ne22KctomOZ8ePuz1aSwiUWhS1 KTdFM4B3XGpM6nbp0c308iGpe83ffnUsm5tv8yUcjx8Sb/DWelp2m38eVeugeofkQ9nM NLNFXQG59mYdSgcmFlwvwr7ukGuYceLolUWsX0xb+FypXeHAAYdnHl6qHUfbWF/kSOE8 W+1JwC+KAswQoNY1HV4mahCu82uc1jD22QWSW6vnBaID+k4Woo+g2O5nb88Qy4d10kY6 iYgQ== X-Gm-Message-State: APjAAAVmqqfvhhUsjip97VOqXuZo7yHYIBK7qdmeFVpK9BPaezrZKFmP CP9nquw1golH1KOvnsu/ofBSTosxnnaE3bkGKY4YV8AFXTP+9mrytdHav//4wtpvn494yIDayx5 M92BPYCgllS1X7MUTi2Q= X-Received: by 2002:a67:ee49:: with SMTP id g9mr30487435vsp.105.1574966434575; Thu, 28 Nov 2019 10:40:34 -0800 (PST) X-Google-Smtp-Source: APXvYqyvUa/rEaOhjWManFEBrR2xhRKv94TAzj6QdFW6al/3stdpNwliqTPXdfmc+ElgF+drvFpbuBy1Vz+xCE10/rs= X-Received: by 2002:a67:ee49:: with SMTP id g9mr30487420vsp.105.1574966434239; Thu, 28 Nov 2019 10:40:34 -0800 (PST) MIME-Version: 1.0 References: <20191009101026.49019-1-bruce.richardson@intel.com> <20191127230055.23608-1-thomas@monjalon.net> In-Reply-To: <20191127230055.23608-1-thomas@monjalon.net> From: David Marchand Date: Thu, 28 Nov 2019 19:40:22 +0100 Message-ID: To: Thomas Monjalon Cc: John McNamara , Marko Kovacevic , "Yigit, Ferruh" , dev , Bruce Richardson X-MC-Unique: 7KVU6J04O0yuAPHdGZlMhg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v2] devtools: control location of test builds X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Nov 28, 2019 at 12:01 AM Thomas Monjalon wrot= e: > > From: Bruce Richardson > > By default, both test-build.sh and test-meson-builds.sh scripts create th= e > builds they generate in the current working directory, leading to a large > number of build directories being present when testing patches. This > patchset modifies both scripts to use a DPDK_BUILD_TEST_DIR environment > variable to control where the build outputs are put. > > For example, doing: > export DPDK_BUILD_TEST_DIR=3D__builds > ./devtools/test-meson-builds.sh && ./devtools/test-build.sh \ > x86_64-native-linux-clang+shared i686-native-linux-gcc > > gives a "__builds" directory with 14 meson and 2 make builds (with the > meson build count depending on compiler availability) > > Signed-off-by: Bruce Richardson > Signed-off-by: Thomas Monjalon Acked-by: David Marchand Applied, thanks. --=20 David Marchand