Author: tridge
Date: 2005-07-14 03:13:04 +0000 (Thu, 14 Jul 2005)
New Revision: 8446

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8446

Log:
if provisioning fails then don't try to run the test suite!

Modified:
   branches/SAMBA_4_0/source/script/tests/selftest.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.sh  2005-07-14 03:10:17 UTC 
(rev 8445)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh  2005-07-14 03:13:04 UTC 
(rev 8446)
@@ -95,7 +95,7 @@
 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\""

Reply via email to