summaryrefslogtreecommitdiff
path: root/cpp/src/tests/ais_run
blob: 0f45edc39cf5fd40325df4c6ee9f2b93c0b18552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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