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

metze at samba.org metze at samba.org
Sat Apr 28 07:31:20 GMT 2007


Author: metze
Date: 2007-04-28 07:31:19 +0000 (Sat, 28 Apr 2007)
New Revision: 22544

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

Log:
use the same syntax as in all other files
maybe that fixes make test on all sun hosts...

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	2007-04-28 02:51:55 UTC (rev 22543)
+++ branches/SAMBA_4_0/source/script/tests/test_nbt.sh	2007-04-28 07:31:19 UTC (rev 22544)
@@ -12,7 +12,7 @@
 plantest "nmblookup -U \$SERVER \$SERVER" dc bin/nmblookup $TORTURE_OPTIONS -U \$SERVER \$SERVER
 plantest "nmblookup \$SERVER" dc bin/nmblookup $TORTURE_OPTIONS \$SERVER
 
-NBT_TESTS=`bin/smbtorture --list | grep ^NBT`
+NBT_TESTS=`bin/smbtorture --list | grep "^NBT-" | xargs`
 
 for f in $NBT_TESTS; do
     plantest "$f" dc bin/smbtorture $TORTURE_OPTIONS //\$SERVER/_none_ $f -U\$USERNAME%\$PASSWORD 



More information about the samba-cvs mailing list