cosmetic: make osmo-python-tests dependency more accurate

Change-Id: I4f84a13b7fa6ec4173bdc155e6114d4d7328b619
This commit is contained in:
Neels Hofmeyr 2017-07-20 23:01:45 +02:00
parent 853883d1f6
commit 772205aae1
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ if test "x$enable_ext_tests" = "xyes" ; then
AM_PATH_PYTHON
AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmotestvty.py,yes)
if test "x$OSMOTESTEXT_CHECK" != "xyes" ; then
AC_MSG_ERROR([Please install osmocom-python to run the VTY/CTRL tests.])
AC_MSG_ERROR([Please install git://osmocom.org/python/osmo-python-tests to run the VTY/CTRL tests.])
fi
fi
AC_MSG_CHECKING([whether to enable VTY/CTRL tests])