summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/README.verify
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-07-13 16:33:24 +0000
committerRafael H. Schloming <rhs@apache.org>2010-07-13 16:33:24 +0000
commit2c7e79a2bac98657a2e613ef848e8615939bfc46 (patch)
tree9effeb2a9c3546d5c7567969341040e4ab8be419 /qpid/cpp/examples/README.verify
parent33b291a4801c7467879361add250d113cf73a4e1 (diff)
downloadqpid-python-2c7e79a2bac98657a2e613ef848e8615939bfc46.tar.gz
removed old python examples
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@963786 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/README.verify')
-rw-r--r--qpid/cpp/examples/README.verify6
1 files changed, 2 insertions, 4 deletions
diff --git a/qpid/cpp/examples/README.verify b/qpid/cpp/examples/README.verify
index 6d9d67bd42..e1370764c9 100644
--- a/qpid/cpp/examples/README.verify
+++ b/qpid/cpp/examples/README.verify
@@ -22,14 +22,12 @@ For more information read examples/README.
== The Verify All Script ==
-The verify_all script will run C++ examples against itself and against the
-Python examples. The success of the script is determined by comparing its output
+The verify_all script will run each C++ example and compare its output
against what is expected.
=== Arguments ===
-The verify_all script expects the path to Qpid trunk as an argument, in order to
-setup the environment for Python examples.
+The verify_all script expects the path to Qpid trunk as an argument.
== The Verify Script ==