svn commit: samba r23429 - in branches/SAMBA_3_0/source/script/tests: .

vlendec at samba.org vlendec at samba.org
Tue Jun 12 10:18:30 GMT 2007


Author: vlendec
Date: 2007-06-12 10:18:26 +0000 (Tue, 12 Jun 2007)
New Revision: 23429

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

Log:
Ooops, sorry.

Revert an accidential checkin of r23410.

Volker

Modified:
   branches/SAMBA_3_0/source/script/tests/tests_all.sh


Changeset:
Modified: branches/SAMBA_3_0/source/script/tests/tests_all.sh
===================================================================
--- branches/SAMBA_3_0/source/script/tests/tests_all.sh	2007-06-12 10:02:08 UTC (rev 23428)
+++ branches/SAMBA_3_0/source/script/tests/tests_all.sh	2007-06-12 10:18:26 UTC (rev 23429)
@@ -1,7 +1,7 @@
 
-#$SCRIPTDIR/test_local_s3.sh || failed=`expr $failed + $?`
-#$SCRIPTDIR/test_smbtorture_s3.sh //$SERVER_IP/tmp $USERNAME $PASSWORD "" || failed=`expr $failed + $?`
-#$SCRIPTDIR/test_smbclient_s3.sh $SERVER $SERVER_IP || failed=`expr $failed + $?`
+$SCRIPTDIR/test_local_s3.sh || failed=`expr $failed + $?`
+$SCRIPTDIR/test_smbtorture_s3.sh //$SERVER_IP/tmp $USERNAME $PASSWORD "" || failed=`expr $failed + $?`
+$SCRIPTDIR/test_smbclient_s3.sh $SERVER $SERVER_IP || failed=`expr $failed + $?`
 
 SMBTORTURE4VERSION=`$SMBTORTURE4 --version`
 if [ -n "$SMBTORTURE4" -a -n "$SMBTORTURE4VERSION" ];then



More information about the samba-cvs mailing list