summaryrefslogtreecommitdiff
path: root/qpid/python
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
commitac097e2ce2f2f869996dae113ab6b6da3db6548b (patch)
tree47c82339285f503870788292c898fbcdc4b75568 /qpid/python
parent745a7369455ac32ad2eb880f64afaa36a0bb63df (diff)
downloadqpid-python-ac097e2ce2f2f869996dae113ab6b6da3db6548b.tar.gz
QPID-1017 by Senaka Fernando -- with a few small edits
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@656926 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
-rw-r--r--qpid/python/README.txt16
1 files changed, 12 insertions, 4 deletions
diff --git a/qpid/python/README.txt b/qpid/python/README.txt
index 0a64f0e2f2..e7bb5af408 100644
--- a/qpid/python/README.txt
+++ b/qpid/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.