contrib/jenkins.sh: remove unrecognized --enable-vty-tests

There is no such option in the configure.ac:

configure: WARNING: unrecognized options: --enable-vty-tests

Change-Id: I04421af0b250651a598a7aeb5bed55dbacec2f7c
This commit is contained in:
Vadim Yanitskiy 2023-06-03 02:01:19 +07:00 committed by laforge
parent 9dc7211880
commit 50387d52f5
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ $MAKE $PARALLEL_MAKE
LD_LIBRARY_PATH="$inst/lib" $MAKE check \
|| exit_tar_workspace
LD_LIBRARY_PATH="$inst/lib" \
DISTCHECK_CONFIGURE_FLAGS="--enable-vty-tests --enable-external-tests --enable-werror $CONFIG" \
DISTCHECK_CONFIGURE_FLAGS="--enable-external-tests --enable-werror $CONFIG" \
$MAKE $PARALLEL_MAKE distcheck \
|| exit_tar_workspace