summaryrefslogtreecommitdiff
path: root/qpid/python/examples/direct/verify
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-02-08 15:01:30 +0000
committerAlan Conway <aconway@apache.org>2008-02-08 15:01:30 +0000
commit56be271a9b61a7baec92b81ba84b9e9e2c51255d (patch)
tree61bf333f8b68de7365590e54ef2e53c767d6c2d0 /qpid/python/examples/direct/verify
parentb70fba9bd0fbc69f6892d576a3c70f9ee7af563b (diff)
downloadqpid-python-56be271a9b61a7baec92b81ba84b9e9e2c51255d.tar.gz
Refactored verify scripts, added verify for python Examples.
To verify an example: <qpid-trunk>/bin/verify <example-dir> 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
Diffstat (limited to 'qpid/python/examples/direct/verify')
-rw-r--r--qpid/python/examples/direct/verify3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/python/examples/direct/verify b/qpid/python/examples/direct/verify
new file mode 100644
index 0000000000..01d81a18a1
--- /dev/null
+++ b/qpid/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