From 8d036f304ed8bbb61be3e26c3670a8c743bd7152 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 16 Oct 2005 18:33:56 +0000 Subject: r11099: Replace unistr with [string] equivalent (This used to be commit 6a8291c80ee814a6bdc092b3ef53f450f30b44a0) --- source4/script/tests/selftest.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/script/tests') diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index f402b0ffd0..4066ebaac2 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -135,10 +135,14 @@ EOF export KRB5_CONFIG +echo -n "PROVISIONING..." + ./setup/provision $CONFIGURATION --host-name=$SERVER --host-ip=127.0.0.1 \ --quiet --domain $DOMAIN --realm $REALM \ --adminpass $PASSWORD --root=$ROOT || exit 1 +echo "DONE" + if [ x"$RUN_FROM_BUILD_FARM" = x"yes" ];then CONFIGURATION="$CONFIGURATION --option=\"torture:progress=no\"" fi -- cgit