summaryrefslogtreecommitdiff
path: root/cpp/src/tests/start_broker
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-06-04 15:08:13 +0000
committerAlan Conway <aconway@apache.org>2008-06-04 15:08:13 +0000
commit7610aec25ece167833b206a6866c5a5ade2aaee1 (patch)
treeb61f6e4a991fb7d7eb79d37099a71a339b21278b /cpp/src/tests/start_broker
parent6e85af362ab497f7be4912c3cbeb93f9451322e2 (diff)
downloadqpid-python-7610aec25ece167833b206a6866c5a5ade2aaee1.tar.gz
Avoid use of valgrind --log-file-exactly flag, removed in valgrind 3.3
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@663158 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/start_broker')
-rwxr-xr-xcpp/src/tests/start_broker4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/start_broker b/cpp/src/tests/start_broker
index be5a1b00e4..e579ff586c 100755
--- a/cpp/src/tests/start_broker
+++ b/cpp/src/tests/start_broker
@@ -1,4 +1,4 @@
#!/bin/sh
-rm -f qpidd.vglog qpidd.log
-test -n "$VALGRIND" && VALGRIND="$VALGRIND --log-file-exactly=qpidd.vglog --"
+rm -f qpidd.vglog* qpidd.log
+test -n "$VALGRIND" && VALGRIND="$VALGRIND --log-file=qpidd.vglog --"
exec libtool --mode=execute $VALGRIND ../qpidd --auth no --no-module-dir --daemon --port 0 --log-output qpidd.log "$@" > qpidd.port