[rhmessaging-commits] rhmessaging commits: r3425 - store/trunk/cpp/tests/cluster.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Fri Jun 5 15:35:41 EDT 2009


Author: kpvdr
Date: 2009-06-05 15:35:41 -0400 (Fri, 05 Jun 2009)
New Revision: 3425

Modified:
   store/trunk/cpp/tests/cluster/run_cluster_tests
Log:
minor script fix for cluster tests

Modified: store/trunk/cpp/tests/cluster/run_cluster_tests
===================================================================
--- store/trunk/cpp/tests/cluster/run_cluster_tests	2009-06-05 17:17:25 UTC (rev 3424)
+++ store/trunk/cpp/tests/cluster/run_cluster_tests	2009-06-05 19:35:41 UTC (rev 3425)
@@ -54,7 +54,7 @@
 
 # QPID_DIR is defined for source tree builds because of the --with-qpid-checkout config parameter
 CLUSTER_EXEC=cluster_test
-if test "${QPID_DIR}" -a -d {QPID_DIR} ;  then
+if test "${QPID_DIR}" -a -d ${QPID_DIR} ;  then
 	# Source tree path
 	CLUSTER_DIR=${QPID_DIR}/cpp/src/tests
 else




More information about the rhmessaging-commits mailing list