From 56be271a9b61a7baec92b81ba84b9e9e2c51255d Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 8 Feb 2008 15:01:30 +0000 Subject: Refactored verify scripts, added verify for python Examples. To verify an example: /bin/verify See comments in bin/verify for more details. Changes: - Each example dir has its own verify script and verify.in. - Added sys.stdout.flush() to som python examples so verify can tell when they're ready. - Made python examples svn:executable. - C++ examples/Makefile.am runs python examples git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@619903 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/examples/pubsub/verify | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 qpid/python/examples/pubsub/verify (limited to 'qpid/python/examples/pubsub/verify') diff --git a/qpid/python/examples/pubsub/verify b/qpid/python/examples/pubsub/verify new file mode 100644 index 0000000000..bef233b4ff --- /dev/null +++ b/qpid/python/examples/pubsub/verify @@ -0,0 +1,4 @@ +# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify +background "Queues created" ./topic_subscriber.py +clients ./topic_publisher.py +outputs ./topic_publisher.py.out "topic_subscriber.py.out | remove_uuid64 | sort" -- cgit v1.2.1