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

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Jun 11 07:41:54 EDT 2009


Author: kpvdr
Date: 2009-06-11 07:41:54 -0400 (Thu, 11 Jun 2009)
New Revision: 3444

Modified:
   store/trunk/cpp/tests/cluster/run_cluster_tests
Log:
Fixed typo in run_cluster_tests

Modified: store/trunk/cpp/tests/cluster/run_cluster_tests
===================================================================
--- store/trunk/cpp/tests/cluster/run_cluster_tests	2009-06-10 19:19:04 UTC (rev 3443)
+++ store/trunk/cpp/tests/cluster/run_cluster_tests	2009-06-11 11:41:54 UTC (rev 3444)
@@ -85,7 +85,7 @@
 RETCODE=$?
 if test x${RETCODE} != x0; then 
     exit 1;
-#fi
+fi
 
 # --- Check for Python, then run python cluster tests ---
 




More information about the rhmessaging-commits mailing list