summaryrefslogtreecommitdiff
path: root/python/README.txt
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2008-05-16 02:12:28 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2008-05-16 02:12:28 +0000
commite3ab052e70300f19d08ca3d55b2c1f8c9c19d3c8 (patch)
tree274b4aaa920e7b6a073a71d5902a20e7497d8cfa /python/README.txt
parent2b8f953744f20308dd66bbe325c844a9427436e9 (diff)
downloadqpid-python-e3ab052e70300f19d08ca3d55b2c1f8c9c19d3c8.tar.gz
QPID-1017 by Senaka Fernando -- with a few small edits
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@656926 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/README.txt')
-rw-r--r--python/README.txt16
1 files changed, 12 insertions, 4 deletions
diff --git a/python/README.txt b/python/README.txt
index 0a64f0e2f2..e7bb5af408 100644
--- a/python/README.txt
+++ b/python/README.txt
@@ -7,9 +7,9 @@ Simplest way to run the tests:
* Run a broker on the default port
- * ./run_tests
+ * ./run-tests
-For additional options: ./run_tests --help
+For additional options: ./run-tests --help
== Expected failures ==
@@ -18,7 +18,15 @@ Until we complete functionality, tests may fail because the tested
functionality is missing in the broker. To skip expected failures
in the C++ or Java brokers:
- ./run_tests -I cpp_failing.txt
- ./run_tests -I java_failing.txt
+ ./run-tests -I <file_name>
+
+=== File List ===
+
+1. cpp_failing_0-10.txt
+2. cpp_failing_0-9.txt
+3. cpp_failing_0-8.txt
+4. java_failing_0-9.txt
+5. java_failing_0-8.txt
+6. cpp_failing_0-10_preview.txt -- will be depricated soon.
If you fix a failure, please remove it from the corresponding list.