diff options
| author | Alan Conway <aconway@apache.org> | 2007-03-28 21:45:06 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-03-28 21:45:06 +0000 |
| commit | 7cd249e7965f9b35050fa7504991a9facf0d1fbb (patch) | |
| tree | ff1f4fbe4dd0772dd13b55b1ebfc90ad4c529019 /qpid/cpp/tests/setup | |
| parent | 2f758d6131675cd025dfe7c08d55758b7536d638 (diff) | |
| download | qpid-python-7cd249e7965f9b35050fa7504991a9facf0d1fbb.tar.gz | |
* 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@523473 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/tests/setup')
| -rw-r--r-- | qpid/cpp/tests/setup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/tests/setup b/qpid/cpp/tests/setup index febf613847..aaa3afd9b8 100644 --- a/qpid/cpp/tests/setup +++ b/qpid/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. |
