summaryrefslogtreecommitdiff
path: root/cpp/tests/python_tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-03-21 02:08:18 +0000
committerAlan Conway <aconway@apache.org>2007-03-21 02:08:18 +0000
commit595235e61a48c1ee24bdaee8af72ab7caf18bab6 (patch)
tree3e6193a2ffe5789291ec8577924f1cabe6933618 /cpp/tests/python_tests
parent371d76b7e0f8358d5296722f2f2c0e28181a3935 (diff)
downloadqpid-python-595235e61a48c1ee24bdaee8af72ab7caf18bab6.tar.gz
Renamed cpp-0-9 to cpp
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@520706 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/tests/python_tests')
-rwxr-xr-xcpp/tests/python_tests8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/tests/python_tests b/cpp/tests/python_tests
new file mode 100755
index 0000000000..4ee177ce6a
--- /dev/null
+++ b/cpp/tests/python_tests
@@ -0,0 +1,8 @@
+#!/bin/sh
+# Run the python tests.
+if test -d ../../python ; then
+ cd ../../python && ./run-tests -v -s "0-9" -I cpp_failing_0-9.txt
+else
+ echo Warning: python tests not found.
+fi
+