From 52e6ebf700b5be9d1a6c161799bddf4007763feb Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 1 Jun 2010 15:53:39 +0000 Subject: Source cluster environment checks in run_cluster_authentication_test/_soak. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@950129 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/run_cluster_authentication_soak | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cpp/src/tests/run_cluster_authentication_soak') diff --git a/cpp/src/tests/run_cluster_authentication_soak b/cpp/src/tests/run_cluster_authentication_soak index dd2368edbc..463588ce69 100755 --- a/cpp/src/tests/run_cluster_authentication_soak +++ b/cpp/src/tests/run_cluster_authentication_soak @@ -1,5 +1,8 @@ #! /bin/bash +source ./test_env.sh +source $srcdir/ais_check source sasl_test_setup.sh -./cluster_authentication_soak 500 + +with_ais_group ./cluster_authentication_soak 500 -- cgit v1.2.1