osmo-gbproxy/tests
Pau Espin 266b61abc6 tests: Fix selection of python version
According to documentation (and personal experience), AM_PATH_PYTHON
selects the highest version of python, no matter if major version is
different, which means if both python2 and 3 are available, 3 will be
chosen an PYTHON will point to "/.../python" which is python3. Apparently,
the macro cannot be easily used to pick highest python2 version.

As {vty,ctrl}_test_runner.py require python2 and are incompatible with
python3, let's instead rely on the system having a "python2" binary
available, which is the case in most distros.

Change-Id: If8e57924ed2c8da7ab7692f58a4bb5c5a970484f
2017-11-28 20:08:19 +01:00
..
gbproxy Fix build after recent rate_ctr patches 2017-10-25 10:36:43 +02:00
gprs move include/openbsc to include/osmocom/sgsn 2017-09-06 16:47:47 +02:00
gtphub move include/openbsc to include/osmocom/sgsn 2017-09-06 16:47:47 +02:00
oap move include/openbsc to include/osmocom/sgsn 2017-09-06 16:47:47 +02:00
sgsn move include/openbsc to include/osmocom/sgsn 2017-09-06 16:47:47 +02:00
slhc move include/openbsc to include/osmocom/sgsn 2017-09-06 16:47:47 +02:00
sndcp_xid move include/openbsc to include/osmocom/sgsn 2017-09-06 16:47:47 +02:00
v42bis move include/openbsc to include/osmocom/sgsn 2017-09-06 16:47:47 +02:00
xid move include/openbsc to include/osmocom/sgsn 2017-09-06 16:47:47 +02:00
Makefile.am tests: Fix selection of python version 2017-11-28 20:08:19 +01:00
atlocal.in Cleanup configure checks 2017-10-02 08:37:57 +00:00
ctrl_test_runner.py tests: Fix selection of python version 2017-11-28 20:08:19 +01:00
testsuite.at split off osmo-sgsn: remove files, apply build 2017-08-30 14:14:58 +02:00
vty_test_runner.py tests: Fix selection of python version 2017-11-28 20:08:19 +01:00