From 25f9ff86c702792a492697b03fa3c4190fa12903 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 25 Jul 2013 20:25:14 +0000 Subject: 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 --- qpid/cpp/src/tests/run_federation_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src/tests/run_federation_tests') 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 -- cgit v1.2.1