From ac097e2ce2f2f869996dae113ab6b6da3db6548b Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Fri, 16 May 2008 02:12:28 +0000 Subject: 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 --- qpid/python/README.txt | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'qpid/python') 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 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. -- cgit v1.2.1