summaryrefslogtreecommitdiff
path: root/cpp/tests/python_tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-01-09 16:55:27 +0000
committerAlan Conway <aconway@apache.org>2007-01-09 16:55:27 +0000
commit09e50608a0db021570db41194abc56b49fb2562d (patch)
tree4f955d4a19c1758275732ec8a3032a83f94bd2fa /cpp/tests/python_tests
parentfd88a6ddb9bc813286089558a22732f03410b79c (diff)
downloadqpid-python-09e50608a0db021570db41194abc56b49fb2562d.tar.gz
Automated C++ client_test and topictest.
Andrew Stitcher: patch to change hardcoded 8-0 version numbers to 0-9. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@494483 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/tests/python_tests')
-rwxr-xr-xcpp/tests/python_tests12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpp/tests/python_tests b/cpp/tests/python_tests
new file mode 100755
index 0000000000..d41f8adb80
--- /dev/null
+++ b/cpp/tests/python_tests
@@ -0,0 +1,12 @@
+#!/bin/sh
+# FIXME aconway 2007-01-09: Re-enable.
+echo "*** WARNING: PYTHON TESTS DISABLED till branch is functioning on 0-9."
+exit
+
+# Run the python tests.
+if test -d ../../python ; then
+ cd ../../python && ./run-tests -v -I cpp_failing.txt
+else
+ echo Warning: python tests not found.
+fi
+