1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

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

metze
(This used to be commit 2577c02a51)
This commit is contained in:
Stefan Metzmacher 2005-10-15 12:30:58 +00:00 committed by Gerald (Jerry) Carter
parent f8a3335cb4
commit 9259f9ecc0

View File

@ -18,7 +18,7 @@ SCRIPTDIR=../testprogs/ejs
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