summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/ais_run
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/tests/ais_run')
-rwxr-xr-xqpid/cpp/src/tests/ais_run15
1 files changed, 15 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/ais_run b/qpid/cpp/src/tests/ais_run
new file mode 100755
index 0000000000..0f45edc39c
--- /dev/null
+++ b/qpid/cpp/src/tests/ais_run
@@ -0,0 +1,15 @@
+#!/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
+