diff options
Diffstat (limited to 'python/README.txt')
| -rw-r--r-- | python/README.txt | 16 |
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. |
