<p>Neels Hofmeyr has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12138">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">python tests: use py shebang instead of $(PYTHON)<br><br>I'm going to make the external tests manually launchable. For that I first had<br>an error message if $(PYTHON) was empty. But Pau says I should just use shebang<br>instead and ignore the autoconf python stuff, since that often fails anyway.<br><br>Change-Id: Ie35dd78c42577109a6a3143221a9769e47d361a5<br>---<br>M tests/Makefile.am<br>M tests/ctrl_test_runner.py<br>M tests/smpp_test_runner.py<br>M tests/vty_test_runner.py<br>4 files 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-msc refs/changes/38/12138/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/Makefile.am b/tests/Makefile.am</span><br><span>index c225afa..f6b33fc 100644</span><br><span>--- a/tests/Makefile.am</span><br><span>+++ b/tests/Makefile.am</span><br><span>@@ -46,10 +46,10 @@</span><br><span> python-tests: $(BUILT_SOURCES)</span><br><span>        osmotestvty.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v</span><br><span>        osmotestconfig.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v</span><br><span style="color: hsl(0, 100%, 40%);">-        $(PYTHON) $(srcdir)/vty_test_runner.py -w $(abs_top_builddir) -v</span><br><span style="color: hsl(0, 100%, 40%);">-        $(PYTHON) $(srcdir)/ctrl_test_runner.py -w $(abs_top_builddir) -v</span><br><span style="color: hsl(120, 100%, 40%);">+     $(srcdir)/vty_test_runner.py -w $(abs_top_builddir) -v</span><br><span style="color: hsl(120, 100%, 40%);">+        $(srcdir)/ctrl_test_runner.py -w $(abs_top_builddir) -v</span><br><span> if BUILD_SMPP</span><br><span style="color: hsl(0, 100%, 40%);">-        $(PYTHON) $(srcdir)/smpp_test_runner.py -w $(abs_top_builddir) -v</span><br><span style="color: hsl(120, 100%, 40%);">+     $(srcdir)/smpp_test_runner.py -w $(abs_top_builddir) -v</span><br><span> endif</span><br><span>     rm -f $(top_builddir)/sms.db</span><br><span> else</span><br><span>diff --git a/tests/ctrl_test_runner.py b/tests/ctrl_test_runner.py</span><br><span>old mode 100644</span><br><span>new mode 100755</span><br><span>diff --git a/tests/smpp_test_runner.py b/tests/smpp_test_runner.py</span><br><span>old mode 100644</span><br><span>new mode 100755</span><br><span>diff --git a/tests/vty_test_runner.py b/tests/vty_test_runner.py</span><br><span>old mode 100644</span><br><span>new mode 100755</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12138">change 12138</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/12138"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-msc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ie35dd78c42577109a6a3143221a9769e47d361a5 </div>
<div style="display:none"> Gerrit-Change-Number: 12138 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>