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

metze at samba.org metze at samba.org
Sat Oct 15 12:30:58 GMT 2005


Author: metze
Date: 2005-10-15 12:30:58 +0000 (Sat, 15 Oct 2005)
New Revision: 11092

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

Log:
run NBT-WINSREPLICATION-QUICK test with make test

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/test_nbt.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_nbt.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_nbt.sh	2005-10-15 12:30:08 UTC (rev 11091)
+++ branches/SAMBA_4_0/source/script/tests/test_nbt.sh	2005-10-15 12:30:58 UTC (rev 11092)
@@ -18,7 +18,7 @@
 PATH=bin:$PATH
 export PATH
 
-for f in NBT-REGISTER NBT-WINS; do
+for f in NBT-REGISTER NBT-WINS NBT-WINSREPLICATION-QUICK; do
     testit "$f" bin/smbtorture $TORTURE_OPTIONS //$SERVER/_none_ $f || failed=`expr $failed + 1`
 done
 



More information about the samba-cvs mailing list