diff options
| author | Alan Conway <aconway@apache.org> | 2010-01-27 22:21:13 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-01-27 22:21:13 +0000 |
| commit | acedc31ff40ef337ed7194a0c61dad72db6f5ada (patch) | |
| tree | 824d9032d69f5da1109cc8c96d769323e2815777 /qpid/cpp/src/tests/test_env.sh.in | |
| parent | 54dec7ec3d992f9d29034a9f9f317337ac8c932d (diff) | |
| download | qpid-python-acedc31ff40ef337ed7194a0c61dad72db6f5ada.tar.gz | |
Test for management + cluster: run management tools in parallel with regular clients.
cluster_tests.py: added LongTests.test_management
brokertest.py: optionally drain test process output to *.out/*.err files. On by default.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@903868 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/test_env.sh.in')
| -rw-r--r-- | qpid/cpp/src/tests/test_env.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/test_env.sh.in b/qpid/cpp/src/tests/test_env.sh.in index 32c010b9be..f7e527c118 100644 --- a/qpid/cpp/src/tests/test_env.sh.in +++ b/qpid/cpp/src/tests/test_env.sh.in @@ -49,6 +49,9 @@ export QPID_TEST_EXEC_DIR=$builddir export RECEIVER_EXEC=$QPID_TEST_EXEC_DIR/receiver export SENDER_EXEC=$QPID_TEST_EXEC_DIR/sender +# Path +export PATH=$top_builddir/src:$PYTHON_COMMANDS:$QPID_TEST_EXEC_DIR:$PATH + # Modules export TEST_STORE_LIB=$testmoduledir/test_store.so |
