<p>Pau Espin Pedrol <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.osmocom.org/13868">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tests: Fix selection of python version<br><br>According to documentation (and personal experience), AM_PATH_PYTHON<br>selects the highest version of python, no matter if major version is<br>different, which means if both python2 and 3 are available, 3 will be<br>chosen an PYTHON will point to "/.../python" which is python3. Apparently,<br>the macro cannot be easily used to pick highest python2 version.<br><br>chosen an PYTHON will point to "/.../python" which is python3. Apparently,<br>the macro cannot be easily used to pick highest python2 version.<br><br>As {vty,ctrl}_test_runner.py require python2 and are incompatible with<br>python3, let's instead rely on the system having a "python2" binary<br>available, which is the case in most distros.<br><br>cherry-picked from: osmo-bsc.git 7e78681f0f740bd68ed5255b506a1efa08a231b1.<br><br>Change-Id: Icc147c8457116ad551d166313f3a79e1c2107a22<br>---<br>M openbsc/configure.ac<br>M openbsc/tests/Makefile.am<br>M openbsc/tests/ctrl_test_runner.py<br>M openbsc/tests/smpp_test_runner.py<br>M openbsc/tests/vty_test_runner.py<br>5 files changed, 12 insertions(+), 9 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/68/13868/2</pre><p>To view, visit <a href="https://gerrit.osmocom.org/13868">change 13868</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/13868"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: openbsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: Icc147c8457116ad551d166313f3a79e1c2107a22 </div>
<div style="display:none"> Gerrit-Change-Number: 13868 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>