]> git.ipfire.org Git - thirdparty/openvpn.git/commit
tests: disable automake serial_tests
authorFrank Lichtenheld <frank@lichtenheld.com>
Thu, 14 Dec 2023 11:16:35 +0000 (12:16 +0100)
committerGert Doering <gert@greenie.muc.de>
Mon, 18 Dec 2023 18:01:38 +0000 (19:01 +0100)
commit55d73959cc98241d0ef10dbd091ecf0061b175fe
tree4b49877280e9eb40bbe054affdf37bd391ce400c
parent8656b85c7324fc9ae7f10a9f37227a58766aae33
tests: disable automake serial_tests

Serial mode is the old one and offers much less options for
running the tests. Generally our tests seem to work fine
with the newer parallel mode. The only reason we stuck with
serial_tests seems to be that we didn't like that it doesn't
output the test output by default. We could fix that with a
custom test driver. But will put that into a separate commit.

Change-Id: Ic7265d89142637b0963a6847c6beb06d9163bbb1
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Arne Schwabe <arne-openvpn@rfc2549.org>
Message-Id: <20231214111635.237429-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27812.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
configure.ac
tests/Makefile.am
tests/unit_tests/example_test/Makefile.am
tests/unit_tests/openvpn/Makefile.am
tests/unit_tests/plugins/auth-pam/Makefile.am