summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/run_federation_tests
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-07-25 20:25:14 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-07-25 20:25:14 +0000
commit25f9ff86c702792a492697b03fa3c4190fa12903 (patch)
treef0f4edbe4a5dd29a6e191713872b6a8bd3e28dd4 /qpid/cpp/src/tests/run_federation_tests
parentd73ba2c389413b64aba0ef6893c98c89120622ce (diff)
downloadqpid-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-xqpid/cpp/src/tests/run_federation_tests2
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