diff options
| author | Alan Conway <aconway@apache.org> | 2008-02-08 15:01:30 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-02-08 15:01:30 +0000 |
| commit | 2b1f0e248873a041f7fe5bda724a0d7e13617372 (patch) | |
| tree | 44d734f4c475a9eada3df0dd002e79de450e3ffa /python/examples/direct/verify | |
| parent | 942b577d5047b3617d00a375235400e275bfe1ff (diff) | |
| download | qpid-python-2b1f0e248873a041f7fe5bda724a0d7e13617372.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/qpid@619903 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/examples/direct/verify')
| -rw-r--r-- | python/examples/direct/verify | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
