Re: [Openvpn-devel] build revolution lost t_client test?

2012-05-27 Thread Alon Bar-Lev
t_client.sh requires root/sudo privileges. "make check" should not assume any special privilege. Because of this it is removed from "make check". You can still run this by hand or we can add special target such as "make root-check" or similar. On Sun, May 27, 2012 at 11:27 PM, Gert Doering wrote:

[Openvpn-devel] build revolution lost t_client test?

2012-05-27 Thread Gert Doering
Hi, working on the test server, I noticed that t_client.sh was no longer run from "make check", and that it lost "read t_client.rc from build dir" (which is needed when building different clients from a common source dir, and wanting to run t_client with different option sets). The attached patch