diff options
Diffstat (limited to 'cpp/examples/README.verify')
-rw-r--r-- | cpp/examples/README.verify | 6 |
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 == |