]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Do not abort t_client run if OpenVPN instance does not start.
authorGert Doering <gert@greenie.muc.de>
Tue, 13 Sep 2016 20:04:58 +0000 (22:04 +0200)
committerDavid Sommerseth <davids@openvpn.net>
Fri, 16 Sep 2016 15:05:36 +0000 (17:05 +0200)
commit0043ddbbe6768ac560996e9879f47381e043a116
tree8af3e0278b78c2815961b261c821bd24992bf9b9
parent0b4707472675e809b924fd8ca907534e0da16dbb
Do not abort t_client run if OpenVPN instance does not start.

Basically, an oversight - if one test instance does not start at all
(due to "tap driver not loaded") the whole script would exit, instead
of logging the failing instance and proceeding to the next test run.

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: David Sommerseth <davids@openvpn.net>
Message-Id: 20160913200458.9906-1-gert@greenie.muc.de
URL: http://www.mail-archive.com/search?l=mid&q=20160913200458.9906-1-gert@greenie.muc.de
Signed-off-by: David Sommerseth <davids@openvpn.net>
(cherry picked from commit a7b02f7f660707f765881f35867b4d23d89b390f)
tests/t_client.sh.in