summaryrefslogtreecommitdiff
path: root/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
commit9e051d47b7d5b889e53348fe62465e97bcbac830 (patch)
treea67ed5612c4de0d420006002a32b37e633f9b496 /cpp/examples/README.verify
parent5bee535ea193f5f5fd65d5fe0ebf30c825216d96 (diff)
downloadqpid-python-9e051d47b7d5b889e53348fe62465e97bcbac830.tar.gz
removed old python examples
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@963786 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/README.verify')
-rw-r--r--cpp/examples/README.verify6
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/examples/README.verify b/cpp/examples/README.verify
index 6d9d67bd42..e1370764c9 100644
--- a/cpp/examples/README.verify
+++ b/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 ==