diff mbox

[ovs-dev,1/6] interface-reconfigure.at: Use $PYTHON explicitly

Message ID 1500053986-38406-1-git-send-email-yamamoto@ovn.org
State Accepted
Delegated to: Ben Pfaff
Headers show

Commit Message

Takashi YAMAMOTO July 14, 2017, 5:39 p.m. UTC
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 <yamamoto@ovn.org>
---
 tests/interface-reconfigure.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff July 14, 2017, 9:55 p.m. UTC | #1
On Sat, Jul 15, 2017 at 02:39:41AM +0900, YAMAMOTO Takashi wrote:
> 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 <yamamoto@ovn.org>

Thank you!

Acked-by: Ben Pfaff <blp@ovn.org>
Takashi YAMAMOTO July 15, 2017, 1:50 p.m. UTC | #2
On Sat, Jul 15, 2017 at 6:55 AM, Ben Pfaff <blp@ovn.org> wrote:

> On Sat, Jul 15, 2017 at 02:39:41AM +0900, YAMAMOTO Takashi wrote:
> > 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 <yamamoto@ovn.org>
>
> Thank you!
>
> Acked-by: Ben Pfaff <blp@ovn.org>
>

applied to master. thank you.
diff mbox

Patch

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 () {