diff options
author | Alan Conway <aconway@apache.org> | 2009-01-29 18:18:52 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-01-29 18:18:52 +0000 |
commit | cd7e007f8f931f994c829e9853ecfbb469cb20aa (patch) | |
tree | 2f802a6f595c200968b57dab0c4e1b11a8ee3b1a /cpp/src/tests/cluster_python_tests | |
parent | a87557a9083d558251e9a6ac4f1b544797f41429 (diff) | |
download | qpid-python-cd7e007f8f931f994c829e9853ecfbb469cb20aa.tar.gz |
Run python tests against a single-member cluster in check-long.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@738947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster_python_tests')
-rwxr-xr-x | cpp/src/tests/cluster_python_tests | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/tests/cluster_python_tests b/cpp/src/tests/cluster_python_tests new file mode 100755 index 0000000000..1a3fa4aff8 --- /dev/null +++ b/cpp/src/tests/cluster_python_tests @@ -0,0 +1,5 @@ +#!/bin/sh +# +FAILING=`dirname $0`/cluster_python_tests_failing.txt +source `dirname $0`/python_tests + |