diff options
-rwxr-xr-x | source4/script/tests/selftest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index 77a97638b9..ca35ae78a2 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -95,7 +95,7 @@ cat >$CONFFILE<<EOF EOF ./setup/provision $CONFIGURATION --quiet --domain $DOMAIN --realm $REALM \ - --adminpass $PASSWORD --root=$ROOT + --adminpass $PASSWORD --root=$ROOT || exit 1 if [ x"$RUN_FROM_BUILD_FARM" = x"yes" ];then CONFIGURATION="$CONFIGURATION --option=\"torture:progress=no\"" |