svn commit: samba r12902 - in branches/SAMBA_4_0/source/script/tests: .

abartlet at samba.org abartlet at samba.org
Fri Jan 13 12:48:53 GMT 2006


Author: abartlet
Date: 2006-01-13 12:48:53 +0000 (Fri, 13 Jan 2006)
New Revision: 12902

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

Log:
Fix 'make quicktest'.

Andrew Bartlett

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


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/tests_quick.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/tests_quick.sh	2006-01-13 11:19:59 UTC (rev 12901)
+++ branches/SAMBA_4_0/source/script/tests/tests_quick.sh	2006-01-13 12:48:53 UTC (rev 12902)
@@ -1,6 +1,6 @@
 TORTURE_OPTIONS="$TORTURE_OPTIONS --option=torture:quick=yes"
 
-$SRCDIR/script/tests/test_ejs.sh $SERVER $USERNAME $PASSWORD || failed=`expr $failed + $?`
+$SRCDIR/script/tests/test_ejs.sh $DOMAIN $USERNAME $PASSWORD || failed=`expr $failed + $?`
 $SRCDIR/script/tests/test_ldap.sh $SERVER $USERNAME $PASSWORD || failed=`expr $failed + $?`
 $SRCDIR/script/tests/test_nbt.sh $SERVER || failed=`expr $failed + $?`
 $SRCDIR/script/tests/test_quick.sh //$SERVER/cifs $USERNAME $PASSWORD "" || failed=`expr $failed + $?`



More information about the samba-cvs mailing list