From fdd3929e6520ce4c75bd95801d8187ebe045a19b Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 16 Dec 2009 19:31:20 +0000 Subject: QPID-2282: test_watchdog failing due to incorrect use of env. vars git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891395 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/test_watchdog | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/test_watchdog b/cpp/src/tests/test_watchdog index b9e0f4cd08..5afdaa5e24 100755 --- a/cpp/src/tests/test_watchdog +++ b/cpp/src/tests/test_watchdog @@ -21,6 +21,7 @@ # Tests for the watchdog plug-in +source ./test_env.sh # Start a broker with watchdog, freeze it with kill -STOP, verify that it is killed. PORT=`$QPIDD_EXEC -dp0 --no-data-dir --auth=no --no-module-dir --load-module $WATCHDOG_LIB --log-to-file=qpidd_watchdog.log --watchdog-interval 1` || exit 1 PID=`$QPIDD_EXEC --no-module-dir -cp $PORT` || exit 1 -- cgit v1.2.1