summaryrefslogtreecommitdiff
path: root/cpp/src/tests/run_long_cluster_tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-12-19 21:24:47 +0000
committerAlan Conway <aconway@apache.org>2012-12-19 21:24:47 +0000
commit528f54ace2c39529fcf4bb06550e770d3ea83efe (patch)
tree076667d51846de345401a9bd2e2889090e19aa20 /cpp/src/tests/run_long_cluster_tests
parentb4d42d0b11fbdd3e1bfa10cc9ac73d75bca7e71d (diff)
downloadqpid-python-528f54ace2c39529fcf4bb06550e770d3ea83efe.tar.gz
QPID-4514: Remove obsolete cluster code: more tests
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1424140 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/run_long_cluster_tests')
-rwxr-xr-xcpp/src/tests/run_long_cluster_tests24
1 files changed, 0 insertions, 24 deletions
diff --git a/cpp/src/tests/run_long_cluster_tests b/cpp/src/tests/run_long_cluster_tests
deleted file mode 100755
index 5dce0be585..0000000000
--- a/cpp/src/tests/run_long_cluster_tests
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/bash
-
-#
-# 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.
-#
-
-srcdir=`dirname $0`
-$srcdir/run_cluster_tests 'cluster_tests.LongTests.*' -DDURATION=4
-