From 2c23ceed57ebc9a1e307e1e6ab25c1031d6256eb Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 28 Mar 2007 21:45:06 +0000 Subject: * cpp/tests/run-unit-tests,setup: use valgrind --log-file rather than redirecting stderr. Redirecting also swallows DllPlugInTester output. * cpp/lib/common/sys/Acceptor.h: getPort() to return uint16_t, not int16t. Note AcceptorTest is not inclued in Makefile.am. I fixed it to compile but it hangs, need to determine if it's a test or an Acceptor bug. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@523473 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/tests/setup | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/tests/setup') diff --git a/cpp/tests/setup b/cpp/tests/setup index febf613847..aaa3afd9b8 100644 --- a/cpp/tests/setup +++ b/cpp/tests/setup @@ -27,6 +27,7 @@ vg_options=" $demangle $full_leak_check $gen_supp + $vg_log " # configure tests for the existence of valgrind. # If it's not available, then make $vg and vg_check no-ops. -- cgit v1.2.1