<p>Neels Hofmeyr has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11014">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">make: always allow running python tests manually<br><br>Keep the rules to run the external-tests in tests/Makefile available for<br>invocation, to allow conveniently launching the tests manualy without the need<br>to pass --with-external-tests to ./configure first.<br><br>Change-Id: Ic28dbeabddee6b41af12b977e3fe59e663ee51a1<br>---<br>M tests/Makefile.am<br>1 file changed, 4 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/14/11014/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 7e45da4..e07749c 100644</span><br><span>--- a/tests/Makefile.am</span><br><span>+++ b/tests/Makefile.am</span><br><span>@@ -44,6 +44,10 @@</span><br><span> # don't run vty and ctrl tests concurrently so that the ports don't conflict</span><br><span>       $(MAKE) vty-test</span><br><span>     $(MAKE) ctrl-test</span><br><span style="color: hsl(120, 100%, 40%);">+else</span><br><span style="color: hsl(120, 100%, 40%);">+python-tests:</span><br><span style="color: hsl(120, 100%, 40%);">+        echo "Not running python-based external tests (determined at configure-time)"</span><br><span style="color: hsl(120, 100%, 40%);">+endif</span><br><span> </span><br><span> VTY_TEST_DB = hlr_vty_test.db</span><br><span> </span><br><span>@@ -75,11 +79,6 @@</span><br><span>         -rm -f $(CTRL_TEST_DB)</span><br><span>       -rm $(CTRL_TEST_DB)-*</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-else</span><br><span style="color: hsl(0, 100%, 40%);">-python-tests:</span><br><span style="color: hsl(0, 100%, 40%);">-      echo "Not running python-based tests (determined at configure-time)"</span><br><span style="color: hsl(0, 100%, 40%);">-endif</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span> check-local: atconfig $(TESTSUITE)</span><br><span>    $(SHELL) '$(TESTSUITE)' $(TESTSUITEFLAGS)</span><br><span>    $(MAKE) $(AM_MAKEFLAGS) python-tests</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11014">change 11014</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/11014"/><meta itemprop="name" content="View Change"/></div></div>

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