1 # Hey Emacs, this is a -*- shell-script -*- !!! :-)
3 .
"${TEST_SCRIPTS_DIR}/integration.bash"
5 if ! ctdb_test_on_cluster
; then
6 # Do not run on local daemons
8 "ERROR: This test must be run against a real/virtual cluster"
13 for i
in $
(onnode
-q all hostname
) ; do
14 if [ "$h" = "$i" ] ; then
16 "ERROR: This test must not be run from a cluster node"