diff options
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/selftest.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |