]> git.ipfire.org Git - thirdparty/openvpn.git/commit
travis: don't run t_net.sh test
authorAntonio Quartulli <a@unstable.cc>
Mon, 10 Aug 2020 16:17:23 +0000 (18:17 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 10 Aug 2020 16:34:19 +0000 (18:34 +0200)
commitfeacd01c584898977c3450bf48d1ea5cbb9029f1
tree90a912576cde30f76c59af20c7cf110844bd5966
parente963904474ad97e0f8dfb0c9ccb57b1440cfb8f6
travis: don't run t_net.sh test

Not all travis instances are fit for running t_net.sh test due to
various configurations knob that we have no access to.

Prevent failures by not running t_net.sh on travis at all.
The t_net.sh is executed by other test rigs which we have more control
over.

The test is skipped by specifying RUN_SUDO=false which will make any
pre-test fail, forcing the Makefile to skip that particular test.

Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20200810161723.25576-1-a@unstable.cc>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20684.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
.travis.yml