Change in osmo-bsc[master]: configure.ac: Require python3 for ext_tests

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

daniel gerrit-no-reply at lists.osmocom.org
Fri Nov 6 14:25:02 UTC 2020


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 <dwillmann at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201106/66da89d9/attachment.htm>


More information about the gerrit-log mailing list