diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-07-25 20:25:14 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-07-25 20:25:14 +0000 |
| commit | 25f9ff86c702792a492697b03fa3c4190fa12903 (patch) | |
| tree | f0f4edbe4a5dd29a6e191713872b6a8bd3e28dd4 /qpid/cpp/src/tests/run_federation_tests | |
| parent | d73ba2c389413b64aba0ef6893c98c89120622ce (diff) | |
| download | qpid-python-25f9ff86c702792a492697b03fa3c4190fa12903.tar.gz | |
QPID-4640: QPID-3633: Remove autotools build from qpid C++ source tree
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1507112 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/run_federation_tests')
| -rwxr-xr-x | qpid/cpp/src/tests/run_federation_tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/run_federation_tests b/qpid/cpp/src/tests/run_federation_tests index 09219141ef..bf33f96ebd 100755 --- a/qpid/cpp/src/tests/run_federation_tests +++ b/qpid/cpp/src/tests/run_federation_tests @@ -25,7 +25,7 @@ source ./test_env.sh #set -x trap stop_brokers INT TERM QUIT -if [ -f ../.libs/xml.so ] ; then +if [ -f ../xml.so ] ; then MODULES="--load-module xml" # Load the XML exchange and run XML exchange federation tests SKIPTESTS= else |
