Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow running test suite on installed openconnect
Support 'make check OPENCONNECT=/usr/sbin/openconnect' to run the test
suite as a CI test against the already-installed copy of openconnect.

Signed-off-by: Mike Miller <mtmiller@debian.org>
  • Loading branch information
mtmiller committed Jan 10, 2019
1 parent a20fb11 commit cee742c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common.sh
Expand Up @@ -32,7 +32,7 @@ mkdir -p $SOCKDIR
export SOCKET_WRAPPER_DIR=$SOCKDIR
export SOCKET_WRAPPER_DEFAULT_IFACE=2
ADDRESS=127.0.0.$SOCKET_WRAPPER_DEFAULT_IFACE
OPENCONNECT="${top_builddir}/openconnect"
OPENCONNECT="${OPENCONNECT:-${top_builddir}/openconnect}"

certdir="${srcdir}/certs"
confdir="${srcdir}/configs"
Expand Down

0 comments on commit cee742c

Please sign in to comment.