summaryrefslogtreecommitdiff
path: root/cpp/src/tests/ais_run
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/ais_run')
-rwxr-xr-xcpp/src/tests/ais_run15
1 files changed, 0 insertions, 15 deletions
diff --git a/cpp/src/tests/ais_run b/cpp/src/tests/ais_run
deleted file mode 100755
index 0f45edc39c..0000000000
--- a/cpp/src/tests/ais_run
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-#
-# Run AIS tests, assumes that ais_check has passed and we are
-# running with the ais group ID.
-#
-
-# FIXME aconway 2008-01-30: we should valgrind the cluster brokers.
-
-srcdir=`dirname $0`
-$srcdir/start_cluster 4
-./ais_test
-ret=$?
-$srcdir/stop_cluster
-exit $ret
-