]> git.ipfire.org Git - thirdparty/openvpn.git/commit
tests: fork default automake test-driver
authorFrank Lichtenheld <frank@lichtenheld.com>
Thu, 25 Jan 2024 11:00:36 +0000 (12:00 +0100)
committerGert Doering <gert@greenie.muc.de>
Tue, 2 Apr 2024 15:20:35 +0000 (17:20 +0200)
commitaea6e9aa854b454f98671382eb751662dd9e1e03
tree7fba6e29d5542e3d1da2f38910164c2662eaeb82
parente81e3eb1a4322148b06f353eaa22b0a803fd74f4
tests: fork default automake test-driver

For some of the test we don't like the default log behavior
and there seems no easy way to change that except to fork
the driver. The license seems unproblematic since we're
GPL anyway.

v2:
 - Do not use forked-test-driver for UTs. Default behavior
   is fine for those.

Change-Id: I67d461afbcc9c06b1fc5ab4477141d7b8bd9ba8e
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Arne Schwabe <arne-openvpn@rfc2549.org>
Message-Id: <20240125110036.16070-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28132.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
Makefile.am
forked-test-driver [new file with mode: 0755]
tests/Makefile.am