daniel has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/21060 )


Change subject: configure.ac: Require python3 for ext_tests
......................................................................

configure.ac: Require python3 for ext_tests

Change-Id: Id5745d5ff5ff1072ccfbf9ad50b2d67f3ea95583
---
M configure.ac
1 file changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/60/21060/1

diff --git a/configure.ac b/configure.ac
index ed9b2cb..f1f17b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -154,9 +154,9 @@
                                [Include the VTY/CTRL tests in make check 
[default=no]]),
                [enable_ext_tests="$enableval"],[enable_ext_tests="no"])
 if test "x$enable_ext_tests" = "xyes" ; then
-       AC_CHECK_PROG(PYTHON2_AVAIL,python2,yes)
-        if test "x$PYTHON2_AVAIL" != "xyes" ; then
-               AC_MSG_ERROR([Please install python2 to run the VTY/CTRL 
tests.])
+       AC_CHECK_PROG(PYTHON3_AVAIL,python3,yes)
+        if test "x$PYTHON3_AVAIL" != "xyes" ; then
+               AC_MSG_ERROR([Please install python3 to run the VTY/CTRL 
tests.])
        fi
        AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmotestvty.py,yes)
         if test "x$OSMOTESTEXT_CHECK" != "xyes" ; then

--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/21060
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Id5745d5ff5ff1072ccfbf9ad50b2d67f3ea95583
Gerrit-Change-Number: 21060
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillm...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to