diff options
| author | Alan Conway <aconway@apache.org> | 2007-01-09 02:57:26 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-01-09 02:57:26 +0000 |
| commit | 7a65ac87c0fa28cab643207dd5a670bc8c4fef70 (patch) | |
| tree | 7bbee13be65ec1def0d33c7570bb5b2125bacda7 /cpp/tests/topicall | |
| parent | c2055dbbf7d8ecd4a53d82b95dc2f666dbbb5fbc (diff) | |
| download | qpid-python-7a65ac87c0fa28cab643207dd5a670bc8c4fef70.tar.gz | |
Disabled python tests, added system tests to build: client_test, topictest.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@494308 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/tests/topicall')
| -rwxr-xr-x | cpp/tests/topicall | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/cpp/tests/topicall b/cpp/tests/topicall deleted file mode 100755 index bde04a5b30..0000000000 --- a/cpp/tests/topicall +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -# Do 3 runs of topictests for C++ and Java brokers with reduced output. - -. `dirname $0`/env - -# Run a short topictest to warm up the broker and iron out startup effects. -flush() { - topic_listener >/dev/null 2>&1 & - topic_publisher >/dev/null 2>&1 -} - -echo Java broker -broker j ; flush -topictest c | tail -n1 -topictest c | tail -n1 -topictest c | tail -n1 - -echo C++ broker -broker c ; flush -topictest c | tail -n1 -topictest c | tail -n1 -topictest c | tail -n1 - -# Don't bother with java clients we know they're slower. - |
