<p>daniel has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/21060">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">configure.ac: Require python3 for ext_tests<br><br>Change-Id: Id5745d5ff5ff1072ccfbf9ad50b2d67f3ea95583<br>---<br>M configure.ac<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/60/21060/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/configure.ac b/configure.ac</span><br><span>index ed9b2cb..f1f17b8 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -154,9 +154,9 @@</span><br><span>                               [Include the VTY/CTRL tests in make check [default=no]]),</span><br><span>            [enable_ext_tests="$enableval"],[enable_ext_tests="no"])</span><br><span> if test "x$enable_ext_tests" = "xyes" ; then</span><br><span style="color: hsl(0, 100%, 40%);">-        AC_CHECK_PROG(PYTHON2_AVAIL,python2,yes)</span><br><span style="color: hsl(0, 100%, 40%);">-         if test "x$PYTHON2_AVAIL" != "xyes" ; then</span><br><span style="color: hsl(0, 100%, 40%);">-         AC_MSG_ERROR([Please install python2 to run the VTY/CTRL tests.])</span><br><span style="color: hsl(120, 100%, 40%);">+     AC_CHECK_PROG(PYTHON3_AVAIL,python3,yes)</span><br><span style="color: hsl(120, 100%, 40%);">+       if test "x$PYTHON3_AVAIL" != "xyes" ; then</span><br><span style="color: hsl(120, 100%, 40%);">+               AC_MSG_ERROR([Please install python3 to run the VTY/CTRL tests.])</span><br><span>    fi</span><br><span>   AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmotestvty.py,yes)</span><br><span>   if test "x$OSMOTESTEXT_CHECK" != "xyes" ; then</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/21060">change 21060</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-bsc/+/21060"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Id5745d5ff5ff1072ccfbf9ad50b2d67f3ea95583 </div>
<div style="display:none"> Gerrit-Change-Number: 21060 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: daniel <dwillmann@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>