From 09e50608a0db021570db41194abc56b49fb2562d Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 9 Jan 2007 16:55:27 +0000 Subject: Automated C++ client_test and topictest. Andrew Stitcher: patch to change hardcoded 8-0 version numbers to 0-9. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@494483 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/tests/start_broker | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 cpp/tests/start_broker (limited to 'cpp/tests/start_broker') diff --git a/cpp/tests/start_broker b/cpp/tests/start_broker new file mode 100755 index 0000000000..6f67e7d8c5 --- /dev/null +++ b/cpp/tests/start_broker @@ -0,0 +1,10 @@ +#!/bin/sh +set -e + +LOG=`pwd`/qpidd.log +PID=`pwd`/qpidd.pid + +rm -rf $LOG $PID + +# Start the daemon, recording its PID. +../src/qpidd > $LOG 2>&1 & echo $! > $PID -- cgit v1.2.1