From 2b1f0e248873a041f7fe5bda724a0d7e13617372 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/qpid@619903 13f79535-47bb-0310-9956-ffa450edef68 --- python/examples/direct/verify | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/examples/direct/verify (limited to 'python/examples/direct/verify') diff --git a/python/examples/direct/verify b/python/examples/direct/verify new file mode 100644 index 0000000000..01d81a18a1 --- /dev/null +++ b/python/examples/direct/verify @@ -0,0 +1,3 @@ +# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify +clients ./declare_queues.py ./direct_producer.py ./direct_consumer.py +outputs ./declare_queues.py.out ./direct_producer.py.out ./direct_consumer.py.out -- cgit v1.2.1