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

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Dec 14 15:36:08 EST 2009


Author: kpvdr
Date: 2009-12-14 15:36:08 -0500 (Mon, 14 Dec 2009)
New Revision: 3743

Modified:
   store/trunk/cpp/tests/run_new_python_tests
Log:
Fix to previous checkin - omitted check for correct python environment

Modified: store/trunk/cpp/tests/run_new_python_tests
===================================================================
--- store/trunk/cpp/tests/run_new_python_tests	2009-12-14 19:41:14 UTC (rev 3742)
+++ store/trunk/cpp/tests/run_new_python_tests	2009-12-14 20:36:08 UTC (rev 3743)
@@ -21,6 +21,19 @@
 #
 # The GNU Lesser General Public License is available in the file COPYING.
 
+if test -z ${QPID_DIR} ; then
+    cat <<EOF
+
+	===========  WARNING: PYTHON TESTS DISABLED ==============
+	
+	QPID_DIR not set.
+
+	===========================================================
+
+EOF
+	exit
+fi
+  
 . `dirname $0`/tests_env.sh
 
 echo "Running Python tests..."



More information about the rhmessaging-commits mailing list