From patchwork Fri Jul 14 17:39:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Takashi YAMAMOTO X-Patchwork-Id: 788678 X-Patchwork-Delegate: blp@nicira.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3x8Khy5pcQz9s7m for ; Sat, 15 Jul 2017 03:40:34 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 4AB51D89; Fri, 14 Jul 2017 17:40:13 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 32A61D67 for ; Fri, 14 Jul 2017 17:40:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 90B98367 for ; Fri, 14 Jul 2017 17:40:11 +0000 (UTC) Received: from mfilter18-d.gandi.net (mfilter18-d.gandi.net [217.70.178.146]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id 4236FFB886; Fri, 14 Jul 2017 19:40:10 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter18-d.gandi.net Received: from relay6-d.mail.gandi.net ([IPv6:::ffff:217.70.183.198]) by mfilter18-d.gandi.net (mfilter18-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id fLMj-d4JBdus; Fri, 14 Jul 2017 19:40:08 +0200 (CEST) X-Originating-IP: 118.21.144.234 Received: from localhost.localdomain (i118-21-144-234.s30.a048.ap.plala.or.jp [118.21.144.234]) (Authenticated sender: yamamoto@ovn.org) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id C54FFFB89F; Fri, 14 Jul 2017 19:40:07 +0200 (CEST) From: YAMAMOTO Takashi To: dev@openvswitch.org Date: Sat, 15 Jul 2017 02:39:41 +0900 Message-Id: <1500053986-38406-1-git-send-email-yamamoto@ovn.org> X-Mailer: git-send-email 2.5.4 (Apple Git-61) X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Cc: YAMAMOTO Takashi Subject: [ovs-dev] [PATCH 1/6] interface-reconfigure.at: Use $PYTHON explicitly X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org Workaround pkg_alternative issue for NetBSD: http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=51152 An alternative would be generating xenserver scripts from *.in, but i'm not sure if it's appropriate for those scripts. Signed-off-by: YAMAMOTO Takashi Acked-by: Ben Pfaff --- tests/interface-reconfigure.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/interface-reconfigure.at b/tests/interface-reconfigure.at index a4c0dca..f3914a4 100644 --- a/tests/interface-reconfigure.at +++ b/tests/interface-reconfigure.at @@ -681,7 +681,7 @@ EOF } ifr_run () { - ./interface-reconfigure --root-prefix="`pwd`" --no-syslog "$@" + $PYTHON ./interface-reconfigure --root-prefix="`pwd`" --no-syslog "$@" } ifr_filter () {