diff options
| author | Gordon Sim <gsim@apache.org> | 2008-05-01 10:15:35 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-05-01 10:15:35 +0000 |
| commit | 5fe0458b26fdf5ec233d8181201d3673a15006ae (patch) | |
| tree | a78180e863ad354638fbe58c568dc134dab408fb /qpid/cpp/examples/verify_all | |
| parent | 27ecd6f07fb30357a77cbcf8ced20d7711b0db08 (diff) | |
| download | qpid-python-5fe0458b26fdf5ec233d8181201d3673a15006ae.tar.gz | |
QPID-966: applied patch from rajith; altered to use uuid as session name; updated verify scripts for automated testing;
re-enabled automated testing in c++ build
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@652469 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/verify_all')
| -rwxr-xr-x | qpid/cpp/examples/verify_all | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/verify_all b/qpid/cpp/examples/verify_all index 5501239021..f5e6aed3ea 100755 --- a/qpid/cpp/examples/verify_all +++ b/qpid/cpp/examples/verify_all @@ -11,7 +11,7 @@ trap "$qpidd -q" exit export QPID_PORT=`$qpidd -dp0 --data-dir ""` export PYTHON_EXAMPLES=$python/examples export PYTHONPATH=$python:$PYTHONPATH -export AMQP_SPEC=$srcdir/specs/amqp.0-10-preview.xml +export AMQP_SPEC=$srcdir/specs/amqp.0-10.xml test -d $PYTHON_EXAMPLES || echo "Warning: not verifying python examples, $PYTHON_EXAMPLES not found" find="find examples" |
