aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Kluchnikov <kluchnikovi@gmail.com>2013-04-24 15:53:25 +0400
committerIvan Kluchnikov <kluchnikovi@gmail.com>2013-04-24 15:53:25 +0400
commitb6bb55d88c2f85b4cba17330524a40c24e8945b6 (patch)
tree30eb086c8728c6ebf706a61154d67c20c1dac08a
parent7dac4862bcdbbb182edb80ac6765736aa34e6299 (diff)
We shouldn't include the VTY tests in make check by default.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index dfe98a85..6510bf47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,8 +44,8 @@ AM_CONDITIONAL(ENABLE_SYSMODSP, test "x$enable_sysmocom_dsp" = "xyes")
AC_ARG_ENABLE([vty_tests],
AC_HELP_STRING([--enable-vty-tests],
- [Include the VTY tests in make check [default=yes]]),
- [enable_vty_tests="$enableval"],[enable_vty_tests="yes"])
+ [Include the VTY tests in make check [default=no]]),
+ [enable_vty_tests="$enableval"],[enable_vty_tests="no"])
if test "x$enable_vty_tests" = "xyes" ; then
AM_PATH_PYTHON
AC_CHECK_PROG(OSMOTESTVTY_CHECK,osmotestvty.py,yes)