diff options
Diffstat (limited to 'cpp/src/tests')
-rwxr-xr-x | cpp/src/tests/test_watchdog | 1 |
1 files changed, 1 insertions, 0 deletions
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 |