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 ---
Show replies by date