summaryrefslogtreecommitdiff
path: root/cpp/src/tests/qrsh_utils/8_any
diff options
context:
space:
mode:
authorMichael Goulish <mgoulish@apache.org>2009-08-03 18:07:12 +0000
committerMichael Goulish <mgoulish@apache.org>2009-08-03 18:07:12 +0000
commit80e1b83ae763f2840dd6ff0b0c4b5b00a45c3b6f (patch)
tree9bd5ab65aaaec69b83fee02a271b19c9f3bfd587 /cpp/src/tests/qrsh_utils/8_any
parent946bf3f4ea756513556c04d7fd9bd8cbdd9f382e (diff)
downloadqpid-python-80e1b83ae763f2840dd6ff0b0c4b5b00a45c3b6f.tar.gz
qrsh initial checkin.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@800481 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/qrsh_utils/8_any')
-rwxr-xr-xcpp/src/tests/qrsh_utils/8_any43
1 files changed, 43 insertions, 0 deletions
diff --git a/cpp/src/tests/qrsh_utils/8_any b/cpp/src/tests/qrsh_utils/8_any
new file mode 100755
index 0000000000..2a922ea0e0
--- /dev/null
+++ b/cpp/src/tests/qrsh_utils/8_any
@@ -0,0 +1,43 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+
+#! /bin/bash
+
+echo "asking any server to say his name ..."
+./qrsh 127.0.0.1 5813 \
+ any sayName
+sleep 1
+echo "asking any server to say his name ..."
+./qrsh 127.0.0.1 5813 \
+ any sayName
+sleep 1
+echo "asking any server to say his name ..."
+./qrsh 127.0.0.1 5813 \
+ any sayName
+sleep 1
+echo "asking any server to say his name ..."
+./qrsh 127.0.0.1 5813 \
+ any sayName
+sleep 1
+
+
+
+