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

vlendec at samba.org vlendec at samba.org
Sun Aug 20 17:30:28 GMT 2006


Author: vlendec
Date: 2006-08-20 17:30:27 +0000 (Sun, 20 Aug 2006)
New Revision: 17623

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

Log:
Revert accidential commit
Modified:
   branches/SAMBA_3_0/source/script/tests/test_posix_s3.sh
   branches/SAMBA_3_0/source/script/tests/tests_all.sh


Changeset:
Modified: branches/SAMBA_3_0/source/script/tests/test_posix_s3.sh
===================================================================
--- branches/SAMBA_3_0/source/script/tests/test_posix_s3.sh	2006-08-20 17:29:00 UTC (rev 17622)
+++ branches/SAMBA_3_0/source/script/tests/test_posix_s3.sh	2006-08-20 17:30:27 UTC (rev 17623)
@@ -37,7 +37,6 @@
 rpc="$rpc RPC-SAMBA3-SRVSVC RPC-SAMBA3-GETUSERNAME RPC-SAMBA3-SHARESEC"
 
 tests="$base $raw $rpc"
-tests=RPC-SAMBA3-SPOOLSS
 
 skipped="BASE-CHARSET BASE-DEFER_OPEN BASE-DELAYWRITE BASE-OPENATTR BASE-TCONDEV"
 skipped="$skipped RAW-ACLS RAW-CLOSE RAW-COMPOSITE RAW-CONTEXT RAW-EAS"

Modified: branches/SAMBA_3_0/source/script/tests/tests_all.sh
===================================================================
--- branches/SAMBA_3_0/source/script/tests/tests_all.sh	2006-08-20 17:29:00 UTC (rev 17622)
+++ branches/SAMBA_3_0/source/script/tests/tests_all.sh	2006-08-20 17:30:27 UTC (rev 17623)
@@ -1,6 +1,6 @@
 
-#$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_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