summaryrefslogtreecommitdiff
path: root/cpp/examples/verify_all
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-05-01 10:15:35 +0000
committerGordon Sim <gsim@apache.org>2008-05-01 10:15:35 +0000
commit7ca9c6bd32cca57d3c1dab3faa09c9dd9fbe3c51 (patch)
tree33194732ba6b2da30e33e72417dfc18c7129d09e /cpp/examples/verify_all
parent4649905d79cb5a85f65f4097b2daecebc3080e93 (diff)
downloadqpid-python-7ca9c6bd32cca57d3c1dab3faa09c9dd9fbe3c51.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/qpid@652469 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/examples/verify_all')
-rwxr-xr-xcpp/examples/verify_all2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/verify_all b/cpp/examples/verify_all
index 5501239021..f5e6aed3ea 100755
--- a/cpp/examples/verify_all
+++ b/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"