<p>daniel has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-sgsn/+/21061">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: I96ac31e7862fe102e5baee0c2e25458ff0451a50<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-sgsn refs/changes/61/21061/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 12af7e6..346e020 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -172,9 +172,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-sgsn/+/21061">change 21061</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-sgsn/+/21061"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-sgsn </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I96ac31e7862fe102e5baee0c2e25458ff0451a50 </div>
<div style="display:none"> Gerrit-Change-Number: 21061 </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>