From 576b578d61d0d31082587bf77a25a59da2ba738f Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 28 Sep 2009 21:17:31 +0000 Subject: Fix python tests to work in VPATH builds and for make distcheck. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@819738 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/run_long_cluster_tests | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/tests/run_long_cluster_tests') diff --git a/cpp/src/tests/run_long_cluster_tests b/cpp/src/tests/run_long_cluster_tests index bc1ae8a0c1..cb9c6b219b 100755 --- a/cpp/src/tests/run_long_cluster_tests +++ b/cpp/src/tests/run_long_cluster_tests @@ -19,4 +19,5 @@ # under the License. # -./run_cluster_tests long_cluster_tests +srcdir=`dirname $0` +$srcdir/run_cluster_tests long_cluster_tests -- cgit v1.2.1