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 04D32A034F; Sun, 24 Nov 2019 15:17:50 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EFABB4C74; Sun, 24 Nov 2019 15:17:49 +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 42D1A37B4 for ; Sun, 24 Nov 2019 15:17:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574605067; 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=lu0CAxcUKtYKHIQ46l1PVOB2kPLc5LznGSY7ySAuk7M=; b=XL79zrXCLNgYPrtQFig/74Ot2QtWBRjtMaqUa06R56QaZvgtTQsUR5+8Fhe53nw4zgML3n xaLhjgZ6r5BajOmdX44F2I2qAbd6rTMQIKuyEWSc3aJ8lHLQG1Vky8JK2KSf7zJL/XM+cF yXS5VL9cHSk2jv7nzKYPoAXGmxPuBVo= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-187-NwCffHXOOPu4UPiFF6iEQw-1; Sun, 24 Nov 2019 09:17:42 -0500 Received: by mail-vk1-f200.google.com with SMTP id d201so5882589vkd.23 for ; Sun, 24 Nov 2019 06:17:42 -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=D4OWH/82P46dGYqrL+6M1zG+2rvakrvwE38Rz1ubKqI=; b=ULsiiXDO8HHLyskCASdrRTsVFIVMBI/FNZcosNfllR3VAE4JtVXnZNsZnzB4dOms2f uIjv2GGln7PYg5aDG+PzFT2lBAp6T5DoF182XzTQqdU7E7T3Sx/endo//3U79AzTQMfW rFb9TQYX9O2wZgSFYITBoSnraLpw0Dqt3/PxX6xFW6ZnDtSAl4z3wlwbqml2YnW3m5X0 NKATQ39GVX0C+W0ffC/bu0T4WdXray6MBYPjfiHdbrrwV7rYIHphfPrk3H5hIw2mRviJ IJQf1ThCnESY0qJ4r9fej04LpCC8p3b7b+pV0PSBuBbDsAQl0Z55bsoUbOfk49fAjFWV ZPkA== X-Gm-Message-State: APjAAAUELgcToCR+WGWDOKGarttaE8m0JaUk3s0NHq2OMkCAS4r+8qBs jfauAYIpd1E/9i63BZLmPqXOaxqi2X3NmcRuG61e+R/zEwjepmax3Um2ZIXoj3mHpkvAIkvkRwM pVMnT1Kre4dH4p+qAjrg= X-Received: by 2002:a67:f591:: with SMTP id i17mr5114918vso.39.1574605062390; Sun, 24 Nov 2019 06:17:42 -0800 (PST) X-Google-Smtp-Source: APXvYqyZA/nDI7f6kx3W7NfPrqCBsuA7IPpoYrkHFE7jZTGdCCXwK+4f8eaQ1aQEJDlQcs7BmlUnu3TM5pVLM52A0kY= X-Received: by 2002:a67:f591:: with SMTP id i17mr5114903vso.39.1574605062102; Sun, 24 Nov 2019 06:17:42 -0800 (PST) MIME-Version: 1.0 References: <20191122155429.18971-1-david.marchand@redhat.com> <4177024.uonCvJI2tQ@xps> In-Reply-To: <4177024.uonCvJI2tQ@xps> From: David Marchand Date: Sun, 24 Nov 2019 15:17:30 +0100 Message-ID: To: Thomas Monjalon Cc: dev , Aaron Conole , Michael Santana X-MC-Unique: NwCffHXOOPu4UPiFF6iEQw-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] ci: add minimal check on testpmd 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 Fri, Nov 22, 2019 at 5:29 PM Thomas Monjalon wrote= : > > 22/11/2019 16:54, David Marchand: > > --- a/.ci/linux-build.sh > > +++ b/.ci/linux-build.sh > > +if [ "$AARCH64" !=3D "1" ]; then > > + ./devtools/test-null.sh > > You are missing the build directory as first parameter, > otherwise it won't find testpmd. This parameter is optional. In test-null.sh: build=3D${1:-build} # first argument can be the build directory travis builds in this directory. I suppose you noticed that the jobs in travis were all failing, but this is because the fix [1] on testpmd is not in master yet. 1: https://patchwork.dpdk.org/patch/63226/ > > One nit: ./ is probably useless. No strong opinion. --=20 David Marchand